sanatem commited on
Commit
f4e47dc
·
verified ·
1 Parent(s): 17de7e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +72 -16
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - teleoperation
10
  - autonomous-driving
11
  - sidewalk-robot
 
12
  - multimodal
13
  - video
14
  - gps
@@ -20,14 +21,15 @@ size_categories:
20
  # FrodoBots-Mini-4K
21
 
22
  **~4,000 hours** of real-world teleoperation data from **Earth Rover Mini / Mini+** sidewalk robots,
23
- collected across 30+ countries. Each ride bundles synchronized **camera video** (front, and rear when
24
- available), **two audio channels**, and time-aligned **GPS**, **IMU**, and **drive/control (DRV)** streams.
 
25
 
26
- This is the third public FrodoBots dataset, following
27
  [`BitRobot/FrodoBots-2K`](https://huggingface.co/datasets/BitRobot/FrodoBots-2K) and
28
  [`BitRobot/Berkeley-FrodoBots-7K`](https://huggingface.co/datasets/BitRobot/Berkeley-FrodoBots-7K).
29
- Like the 2K release it ships **raw, unannotated** per-ride folders (no task labels) — packaged here as
30
- tar shards hosted directly on the Hub.
31
 
32
  ## At a glance
33
 
@@ -35,24 +37,77 @@ tar shards hosted directly on the Hub.
35
  |---|---|
36
  | Rides | **14,141** |
37
  | Robots | 453 |
38
- | Countries | 30+ |
39
  | Date range | 2024-12 → 2026-07 |
40
  | Hours (teleoperation session time) | **3,965 h** (same metric as FrodoBots-2K/7K) |
41
  | Front-camera video | 3,231 h |
42
  | Rear-camera video | 1,909 h (73.9% of rides have a rear camera) |
43
  | Total camera video | 5,140 h |
44
- | Size | ~2.0 TB |
45
 
46
- Every ride includes DRV + GPS + IMU + at least the front (or rear) camera with generated per-frame timestamps.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
  ## Layout
49
 
50
  ```
51
  data/
52
  minirover-0000.tar # tar shards, <= ~1.9 GB each, each holds many complete ride folders
53
- minirover-0001.tar
54
  ...
55
- metadata.parquet # one row per ride (see below)
 
56
  ```
57
 
58
  Each ride folder inside a shard:
@@ -81,7 +136,7 @@ import pandas as pd, tarfile
81
 
82
  meta = pd.read_parquet(hf_hub_download("BitRobot/FrodoBots-Mini-4K", "metadata.parquet", repo_type="dataset"))
83
  row = meta.iloc[0]
84
- shard = hf_hub_download("BitRobot/FrodoBots-Mini-4K", f"data/{row.shard}", repo_type="dataset")
85
  with tarfile.open(shard) as t:
86
  t.extractall("out", members=[m for m in t.getmembers() if m.name.startswith(row.folder)])
87
  # -> out/<ride folder>/ with CSVs + recordings/
@@ -93,14 +148,15 @@ See `earth_rover_mini_dataset.ipynb` for stats, distributions, and a full "load
93
  ## Notes
94
 
95
  - **Hours**: the headline counts teleoperation session duration (session end − start), the same basis as
96
- FrodoBots-2K/7K. Actual recorded video is 3,231 h front / 5,140 h total (front+rear); a small number of
97
- sessions were left open and slightly inflate raw session time.
98
- - **Recordings** are de-vendored (Agora tags stripped) HLS. `.m3u8` playlists carry the wall-clock start
99
- (`TIME=`) and per-segment durations; per-frame timestamps are provided in the `*_timestamps_*.csv` files.
100
  - **GPS** retains `(1000,1000)` rows meaning "no fix" — filter these out before use.
101
  - `country` is from the robot registry; robots without an entry are `Unknown`.
102
  - Audio-only sessions (camera never streamed) are excluded.
103
 
104
  ## License
105
 
106
- Released under **CC BY-SA 4.0**, matching FrodoBots-2K and Berkeley-FrodoBots-7K. Please cite FrodoBots when using this dataset.
 
 
9
  - teleoperation
10
  - autonomous-driving
11
  - sidewalk-robot
12
+ - earth-rover
13
  - multimodal
14
  - video
15
  - gps
 
21
  # FrodoBots-Mini-4K
22
 
23
  **~4,000 hours** of real-world teleoperation data from **Earth Rover Mini / Mini+** sidewalk robots,
24
+ driven by a global operator network across **29 countries**. Each ride bundles synchronized **camera video**
25
+ (front, and rear when available), **two-way audio**, and time-aligned **GPS**, **IMU**, and
26
+ **drive/control (DRV)** streams.
27
 
28
+ Third public FrodoBots dataset, after
29
  [`BitRobot/FrodoBots-2K`](https://huggingface.co/datasets/BitRobot/FrodoBots-2K) and
30
  [`BitRobot/Berkeley-FrodoBots-7K`](https://huggingface.co/datasets/BitRobot/Berkeley-FrodoBots-7K).
31
+ Like the 2K release it ships **raw, unannotated** per-ride folders — packaged here as tar shards hosted
32
+ directly on the Hub.
33
 
34
  ## At a glance
35
 
 
37
  |---|---|
38
  | Rides | **14,141** |
39
  | Robots | 453 |
40
+ | Countries | 29 |
41
  | Date range | 2024-12 → 2026-07 |
42
  | Hours (teleoperation session time) | **3,965 h** (same metric as FrodoBots-2K/7K) |
43
  | Front-camera video | 3,231 h |
44
  | Rear-camera video | 1,909 h (73.9% of rides have a rear camera) |
45
  | Total camera video | 5,140 h |
46
+ | Size | ~2.0 TB (1,139 tar shards) |
47
 
48
+ Every ride includes DRV + GPS + IMU + at least one camera with generated per-frame timestamps.
49
+
50
+ ## The robot — Earth Rover Mini / Mini+
51
+
52
+ A compact, low-cost teleoperated sidewalk rover. Hardware is open:
53
+ [github.com/frodobots-org/earth-rover-mini](https://github.com/frodobots-org/earth-rover-mini) ·
54
+ [buy one](https://shop.frodobots.com/collections/earth-rovers).
55
+
56
+ | Subsystem | Spec |
57
+ |---|---|
58
+ | Compute host | Rockchip **RV1106G3**, 256 MB DDR, 128 MB NAND, Linux |
59
+ | Microcontroller | **STM32F407** (RT-Thread RTOS), closed-loop PID motor control |
60
+ | Cameras | Front + optional rear, H.264 **HLS**, adaptive up to **1280×720** (commonly 1024×576 / 480×270), **~20 fps**, ~16 s segments |
61
+ | Audio | Two-way — robot **microphone** + operator **speaker** |
62
+ | IMU | **MPU-6050** (3-axis accelerometer + 3-axis gyroscope) + magnetometer / compass |
63
+ | Positioning | Onboard **GNSS** (latitude, longitude; raw stream also carries altitude, HDOP, fix quality, speed) |
64
+ | Drivetrain | 4 wheels / 4 motor channels; commanded by **linear + angular velocity** (UART Control Protocol) |
65
+ | Connectivity | **4G/LTE** (Quectel modem) + Wi-Fi AP |
66
+ | Battery | 18650 cells, 6000 mAh |
67
+ | Firmware in this set | HW versions 6.0.x – 6.2.x |
68
+
69
+ ### How the sensors map to the data
70
+
71
+ | Robot component | File / columns |
72
+ |---|---|
73
+ | Motor command (linear/angular velocity) + 4 wheel RPMs | `control_data_*.csv` → `linear, angular, rpm_1..4` |
74
+ | GNSS | `gps_data_*.csv` → `latitude, longitude` |
75
+ | MPU-6050 + magnetometer | `imu_data_*.csv` → `compass, accelerometer, gyroscope` |
76
+ | Front / rear camera | `recordings/*_video.*` + `front/rear_camera_timestamps_*.csv` |
77
+ | Mic / speaker | `recordings/*_audio.*` + `mic/speaker_audio_timestamps_*.csv` |
78
+
79
+ ## Geographic distribution
80
+
81
+ Driven by a worldwide operator network. Country is from the robot registry (96% of rides have a known
82
+ country; the rest are `Unknown`).
83
+
84
+ | Country | Rides | Hours |
85
+ |---|---|---|
86
+ | China | 4,314 | 516 |
87
+ | Philippines | 4,180 | 1,344 |
88
+ | United States | 1,484 | 818 |
89
+ | Vietnam | 1,483 | 759 |
90
+ | India | 404 | 127 |
91
+ | Kenya | 288 | 44 |
92
+ | Mexico | 189 | 34 |
93
+ | Taiwan | 185 | 18 |
94
+ | New Zealand | 163 | 17 |
95
+ | Panama | 113 | 18 |
96
+ | Canada | 111 | 27 |
97
+ | Costa Rica | 88 | 11 |
98
+
99
+ …plus Malaysia, UK, Germany, Botswana, Australia, Brazil, Mauritius, Indonesia, Sweden, Turkey, Nigeria,
100
+ Chile, Argentina, Estonia, Netherlands, Singapore, Japan. Top cities include Antipolo City (PH), Wuhan (CN),
101
+ Kon Tum (VN), Chandler (US), Bengaluru (IN), and Machakos (KE).
102
 
103
  ## Layout
104
 
105
  ```
106
  data/
107
  minirover-0000.tar # tar shards, <= ~1.9 GB each, each holds many complete ride folders
 
108
  ...
109
+ minirover-1138.tar
110
+ metadata.parquet # one row per ride (includes the shard each ride lives in)
111
  ```
112
 
113
  Each ride folder inside a shard:
 
136
 
137
  meta = pd.read_parquet(hf_hub_download("BitRobot/FrodoBots-Mini-4K", "metadata.parquet", repo_type="dataset"))
138
  row = meta.iloc[0]
139
+ shard = hf_hub_download("BitRobot/FrodoBots-Mini-4K", row.shard, repo_type="dataset")
140
  with tarfile.open(shard) as t:
141
  t.extractall("out", members=[m for m in t.getmembers() if m.name.startswith(row.folder)])
142
  # -> out/<ride folder>/ with CSVs + recordings/
 
148
  ## Notes
149
 
150
  - **Hours**: the headline counts teleoperation session duration (session end − start), the same basis as
151
+ FrodoBots-2K/7K. Actual recorded video is 3,231 h front / 5,140 h total (front+rear); a few sessions were
152
+ left open and slightly inflate raw session time.
153
+ - **Recordings** are de-vendored HLS. `.m3u8` playlists carry the wall-clock start (`TIME=`) and per-segment
154
+ durations; per-frame timestamps are in the `*_timestamps_*.csv` files.
155
  - **GPS** retains `(1000,1000)` rows meaning "no fix" — filter these out before use.
156
  - `country` is from the robot registry; robots without an entry are `Unknown`.
157
  - Audio-only sessions (camera never streamed) are excluded.
158
 
159
  ## License
160
 
161
+ Released under **CC BY-SA 4.0**, matching FrodoBots-2K and Berkeley-FrodoBots-7K. Please cite FrodoBots when
162
+ using this dataset.