anthonytec2 commited on
Commit
5efa75f
·
verified ·
1 Parent(s): 5d30cdb

README: add modality tags (geospatial/3d/timeseries) + infrared/gps/robotics; GPS fix-tier ranges

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -14,6 +14,12 @@ tags:
14
  - optical-flow
15
  - ego-motion
16
  - sensor-fusion
 
 
 
 
 
 
17
  size_categories:
18
  - n>1T
19
  configs:
@@ -214,7 +220,7 @@ duration_s, n_lidar_frames, n_rgb_frames, n_imu_samples, n_events_left, n_events
214
  n_gps_fixes, n_gps_valid, gps_quality, gps_lat_min/max, gps_lon_min/max,
215
  mean_speed_mph, idle_fraction, distance_m, rgb_cal_id, imu_cal_id, lidar_cal_id, sensor_dropout`
216
 
217
- - `gps_quality` ∈ {`RTK_fixed_cm`, `float_dm`, `single_m`, `no_fix`, `absent`} — 67 / 62 / 239 / 2 / 1. Tiers are the **receiver-reported** horizontal σ (`max(√cov_xx, √cov_yy)` from `gps/data`, over 1.06M fixes): RTK-fixed **≈1–3 cm**, float **≈0.1–0.5 m**, single **≈0.5–3 m**. The released `fused_traj` refines these and reports per-sequence residuals.
218
  - `sensor_dropout` — `null`, or `sensor:seconds[;sensor:seconds]`
219
 
220
  ## Loading
 
14
  - optical-flow
15
  - ego-motion
16
  - sensor-fusion
17
+ - infrared
18
+ - gps
19
+ - geospatial
20
+ - robotics
21
+ - 3d
22
+ - timeseries
23
  size_categories:
24
  - n>1T
25
  configs:
 
220
  n_gps_fixes, n_gps_valid, gps_quality, gps_lat_min/max, gps_lon_min/max,
221
  mean_speed_mph, idle_fraction, distance_m, rgb_cal_id, imu_cal_id, lidar_cal_id, sensor_dropout`
222
 
223
+ - `gps_quality` ∈ {`RTK_fixed_cm`, `float_dm`, `single_m`, `no_fix`, `absent`} — 67 / 62 / 239 / 2 / 1 (RTK-fixed **≈1–3 cm**, float **≈0.1–0.5 m**, single **≈0.5–3 m**).
224
  - `sensor_dropout` — `null`, or `sensor:seconds[;sensor:seconds]`
225
 
226
  ## Loading