Upload earth_rover_mini_dataset.ipynb with huggingface_hub
Browse files- earth_rover_mini_dataset.ipynb +68 -69
earth_rover_mini_dataset.ipynb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "markdown",
|
| 5 |
-
"id": "
|
| 6 |
"metadata": {},
|
| 7 |
"source": [
|
| 8 |
"# FrodoBots-Mini-4K — Earth Rover Mini Dataset\n",
|
|
@@ -20,7 +20,7 @@
|
|
| 20 |
},
|
| 21 |
{
|
| 22 |
"cell_type": "markdown",
|
| 23 |
-
"id": "
|
| 24 |
"metadata": {},
|
| 25 |
"source": [
|
| 26 |
"## The robot — Earth Rover Mini / Mini+\n",
|
|
@@ -46,13 +46,13 @@
|
|
| 46 |
{
|
| 47 |
"cell_type": "code",
|
| 48 |
"execution_count": 1,
|
| 49 |
-
"id": "
|
| 50 |
"metadata": {
|
| 51 |
"execution": {
|
| 52 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 53 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 54 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 55 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 56 |
}
|
| 57 |
},
|
| 58 |
"outputs": [
|
|
@@ -84,7 +84,7 @@
|
|
| 84 |
},
|
| 85 |
{
|
| 86 |
"cell_type": "markdown",
|
| 87 |
-
"id": "
|
| 88 |
"metadata": {},
|
| 89 |
"source": [
|
| 90 |
"## Headline numbers\n"
|
|
@@ -93,13 +93,13 @@
|
|
| 93 |
{
|
| 94 |
"cell_type": "code",
|
| 95 |
"execution_count": 2,
|
| 96 |
-
"id": "
|
| 97 |
"metadata": {
|
| 98 |
"execution": {
|
| 99 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 100 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 101 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 102 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 103 |
}
|
| 104 |
},
|
| 105 |
"outputs": [
|
|
@@ -111,11 +111,10 @@
|
|
| 111 |
"Unique robots: 453\n",
|
| 112 |
"Date range: 2024-12-13 -> 2026-07-08\n",
|
| 113 |
"\n",
|
| 114 |
-
"Hours (
|
| 115 |
-
"Hours (
|
| 116 |
"Hours (front-camera video footage): 3,231 h\n",
|
| 117 |
"Hours (rear-camera video footage): 1,909 h\n",
|
| 118 |
-
"Hours (total video, front+rear): 5,140 h\n",
|
| 119 |
"\n",
|
| 120 |
"Rides with rear camera: 10,453\n",
|
| 121 |
"Countries: 29 (+ Unknown)\n"
|
|
@@ -129,11 +128,10 @@
|
|
| 129 |
"print(f'Unique robots: {n_bots:,}')\n",
|
| 130 |
"print(f'Date range: {df.start_dt.min().date()} -> {df.start_dt.max().date()}')\n",
|
| 131 |
"print()\n",
|
| 132 |
-
"print(f'Hours (
|
| 133 |
-
"print(f'Hours (
|
| 134 |
"print(f'Hours (front-camera video footage): {df.front_footage_hours.sum():,.0f} h')\n",
|
| 135 |
"print(f'Hours (rear-camera video footage): {df.rear_footage_hours.sum():,.0f} h')\n",
|
| 136 |
-
"print(f'Hours (total video, front+rear): {(df.front_footage_hours+df.rear_footage_hours).sum():,.0f} h')\n",
|
| 137 |
"print()\n",
|
| 138 |
"print(f'Rides with rear camera: {int(df.has_rear_camera.sum()):,}')\n",
|
| 139 |
"print(f'Countries: {df[df.country!=\"Unknown\"].country.nunique()} (+ Unknown)')\n"
|
|
@@ -141,19 +139,20 @@
|
|
| 141 |
},
|
| 142 |
{
|
| 143 |
"cell_type": "markdown",
|
| 144 |
-
"id": "
|
| 145 |
"metadata": {},
|
| 146 |
"source": [
|
| 147 |
-
"###
|
| 148 |
-
"
|
| 149 |
-
"
|
| 150 |
-
"
|
| 151 |
-
"
|
|
|
|
| 152 |
]
|
| 153 |
},
|
| 154 |
{
|
| 155 |
"cell_type": "markdown",
|
| 156 |
-
"id": "
|
| 157 |
"metadata": {},
|
| 158 |
"source": [
|
| 159 |
"## Per-ride folder layout & schema\n",
|
|
@@ -174,7 +173,7 @@
|
|
| 174 |
},
|
| 175 |
{
|
| 176 |
"cell_type": "markdown",
|
| 177 |
-
"id": "
|
| 178 |
"metadata": {},
|
| 179 |
"source": [
|
| 180 |
"## Duration distribution\n"
|
|
@@ -183,13 +182,13 @@
|
|
| 183 |
{
|
| 184 |
"cell_type": "code",
|
| 185 |
"execution_count": 3,
|
| 186 |
-
"id": "
|
| 187 |
"metadata": {
|
| 188 |
"execution": {
|
| 189 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 190 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 191 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 192 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 193 |
}
|
| 194 |
},
|
| 195 |
"outputs": [
|
|
@@ -215,7 +214,7 @@
|
|
| 215 |
},
|
| 216 |
{
|
| 217 |
"cell_type": "markdown",
|
| 218 |
-
"id": "
|
| 219 |
"metadata": {},
|
| 220 |
"source": [
|
| 221 |
"## Rides and hours over time\n"
|
|
@@ -224,13 +223,13 @@
|
|
| 224 |
{
|
| 225 |
"cell_type": "code",
|
| 226 |
"execution_count": 4,
|
| 227 |
-
"id": "
|
| 228 |
"metadata": {
|
| 229 |
"execution": {
|
| 230 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 231 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 232 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 233 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 234 |
}
|
| 235 |
},
|
| 236 |
"outputs": [
|
|
@@ -257,7 +256,7 @@
|
|
| 257 |
},
|
| 258 |
{
|
| 259 |
"cell_type": "markdown",
|
| 260 |
-
"id": "
|
| 261 |
"metadata": {},
|
| 262 |
"source": [
|
| 263 |
"## By drive mode\n"
|
|
@@ -266,13 +265,13 @@
|
|
| 266 |
{
|
| 267 |
"cell_type": "code",
|
| 268 |
"execution_count": 5,
|
| 269 |
-
"id": "
|
| 270 |
"metadata": {
|
| 271 |
"execution": {
|
| 272 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 273 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 274 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 275 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 276 |
}
|
| 277 |
},
|
| 278 |
"outputs": [
|
|
@@ -310,7 +309,7 @@
|
|
| 310 |
},
|
| 311 |
{
|
| 312 |
"cell_type": "markdown",
|
| 313 |
-
"id": "
|
| 314 |
"metadata": {},
|
| 315 |
"source": [
|
| 316 |
"## Geographic distribution\n",
|
|
@@ -320,13 +319,13 @@
|
|
| 320 |
{
|
| 321 |
"cell_type": "code",
|
| 322 |
"execution_count": 6,
|
| 323 |
-
"id": "
|
| 324 |
"metadata": {
|
| 325 |
"execution": {
|
| 326 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 327 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 328 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 329 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 330 |
}
|
| 331 |
},
|
| 332 |
"outputs": [
|
|
@@ -376,7 +375,7 @@
|
|
| 376 |
},
|
| 377 |
{
|
| 378 |
"cell_type": "markdown",
|
| 379 |
-
"id": "
|
| 380 |
"metadata": {},
|
| 381 |
"source": [
|
| 382 |
"## Footage vs. session duration\n"
|
|
@@ -385,13 +384,13 @@
|
|
| 385 |
{
|
| 386 |
"cell_type": "code",
|
| 387 |
"execution_count": 7,
|
| 388 |
-
"id": "
|
| 389 |
"metadata": {
|
| 390 |
"execution": {
|
| 391 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 392 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 393 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 394 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 395 |
}
|
| 396 |
},
|
| 397 |
"outputs": [
|
|
@@ -427,7 +426,7 @@
|
|
| 427 |
},
|
| 428 |
{
|
| 429 |
"cell_type": "markdown",
|
| 430 |
-
"id": "
|
| 431 |
"metadata": {},
|
| 432 |
"source": [
|
| 433 |
"## Data completeness\n",
|
|
@@ -438,13 +437,13 @@
|
|
| 438 |
{
|
| 439 |
"cell_type": "code",
|
| 440 |
"execution_count": 8,
|
| 441 |
-
"id": "
|
| 442 |
"metadata": {
|
| 443 |
"execution": {
|
| 444 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 445 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 446 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 447 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 448 |
}
|
| 449 |
},
|
| 450 |
"outputs": [
|
|
@@ -476,7 +475,7 @@
|
|
| 476 |
},
|
| 477 |
{
|
| 478 |
"cell_type": "markdown",
|
| 479 |
-
"id": "
|
| 480 |
"metadata": {},
|
| 481 |
"source": [
|
| 482 |
"## Loading a single ride\n",
|
|
@@ -487,13 +486,13 @@
|
|
| 487 |
{
|
| 488 |
"cell_type": "code",
|
| 489 |
"execution_count": 9,
|
| 490 |
-
"id": "
|
| 491 |
"metadata": {
|
| 492 |
"execution": {
|
| 493 |
-
"iopub.execute_input": "2026-07-10T06:
|
| 494 |
-
"iopub.status.busy": "2026-07-10T06:
|
| 495 |
-
"iopub.status.idle": "2026-07-10T06:
|
| 496 |
-
"shell.execute_reply": "2026-07-10T06:
|
| 497 |
}
|
| 498 |
},
|
| 499 |
"outputs": [
|
|
@@ -525,7 +524,7 @@
|
|
| 525 |
},
|
| 526 |
{
|
| 527 |
"cell_type": "markdown",
|
| 528 |
-
"id": "
|
| 529 |
"metadata": {},
|
| 530 |
"source": [
|
| 531 |
"## Notes & known limitations\n",
|
|
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "markdown",
|
| 5 |
+
"id": "4f14fbd9",
|
| 6 |
"metadata": {},
|
| 7 |
"source": [
|
| 8 |
"# FrodoBots-Mini-4K — Earth Rover Mini Dataset\n",
|
|
|
|
| 20 |
},
|
| 21 |
{
|
| 22 |
"cell_type": "markdown",
|
| 23 |
+
"id": "14a6b24b",
|
| 24 |
"metadata": {},
|
| 25 |
"source": [
|
| 26 |
"## The robot — Earth Rover Mini / Mini+\n",
|
|
|
|
| 46 |
{
|
| 47 |
"cell_type": "code",
|
| 48 |
"execution_count": 1,
|
| 49 |
+
"id": "758629ef",
|
| 50 |
"metadata": {
|
| 51 |
"execution": {
|
| 52 |
+
"iopub.execute_input": "2026-07-10T06:43:38.340764Z",
|
| 53 |
+
"iopub.status.busy": "2026-07-10T06:43:38.340470Z",
|
| 54 |
+
"iopub.status.idle": "2026-07-10T06:43:39.185969Z",
|
| 55 |
+
"shell.execute_reply": "2026-07-10T06:43:39.185673Z"
|
| 56 |
}
|
| 57 |
},
|
| 58 |
"outputs": [
|
|
|
|
| 84 |
},
|
| 85 |
{
|
| 86 |
"cell_type": "markdown",
|
| 87 |
+
"id": "5f8b3fa9",
|
| 88 |
"metadata": {},
|
| 89 |
"source": [
|
| 90 |
"## Headline numbers\n"
|
|
|
|
| 93 |
{
|
| 94 |
"cell_type": "code",
|
| 95 |
"execution_count": 2,
|
| 96 |
+
"id": "9fc242d7",
|
| 97 |
"metadata": {
|
| 98 |
"execution": {
|
| 99 |
+
"iopub.execute_input": "2026-07-10T06:43:39.187403Z",
|
| 100 |
+
"iopub.status.busy": "2026-07-10T06:43:39.187299Z",
|
| 101 |
+
"iopub.status.idle": "2026-07-10T06:43:39.195178Z",
|
| 102 |
+
"shell.execute_reply": "2026-07-10T06:43:39.194944Z"
|
| 103 |
}
|
| 104 |
},
|
| 105 |
"outputs": [
|
|
|
|
| 111 |
"Unique robots: 453\n",
|
| 112 |
"Date range: 2024-12-13 -> 2026-07-08\n",
|
| 113 |
"\n",
|
| 114 |
+
"Hours (teleoperation session time): 3,965 h <- headline (~4K)\n",
|
| 115 |
+
"Hours (session time, capped 2h/ride): 3,709 h (excludes left-open sessions)\n",
|
| 116 |
"Hours (front-camera video footage): 3,231 h\n",
|
| 117 |
"Hours (rear-camera video footage): 1,909 h\n",
|
|
|
|
| 118 |
"\n",
|
| 119 |
"Rides with rear camera: 10,453\n",
|
| 120 |
"Countries: 29 (+ Unknown)\n"
|
|
|
|
| 128 |
"print(f'Unique robots: {n_bots:,}')\n",
|
| 129 |
"print(f'Date range: {df.start_dt.min().date()} -> {df.start_dt.max().date()}')\n",
|
| 130 |
"print()\n",
|
| 131 |
+
"print(f'Hours (teleoperation session time): {df.db_hours.sum():,.0f} h <- headline (~4K)')\n",
|
| 132 |
+
"print(f'Hours (session time, capped 2h/ride): {df.db_hours_cap2h.sum():,.0f} h (excludes left-open sessions)')\n",
|
| 133 |
"print(f'Hours (front-camera video footage): {df.front_footage_hours.sum():,.0f} h')\n",
|
| 134 |
"print(f'Hours (rear-camera video footage): {df.rear_footage_hours.sum():,.0f} h')\n",
|
|
|
|
| 135 |
"print()\n",
|
| 136 |
"print(f'Rides with rear camera: {int(df.has_rear_camera.sum()):,}')\n",
|
| 137 |
"print(f'Countries: {df[df.country!=\"Unknown\"].country.nunique()} (+ Unknown)')\n"
|
|
|
|
| 139 |
},
|
| 140 |
{
|
| 141 |
"cell_type": "markdown",
|
| 142 |
+
"id": "46b89595",
|
| 143 |
"metadata": {},
|
| 144 |
"source": [
|
| 145 |
+
"### Hours\n",
|
| 146 |
+
"The headline **~4,000 h** counts teleoperation **session duration** (session end − start). A handful of\n",
|
| 147 |
+
"sessions were left open for hours; capping each ride at 2 h removes that inflation. **Video footage**\n",
|
| 148 |
+
"(summed HLS segment durations) is reported separately and is lower than session time because the camera/link\n",
|
| 149 |
+
"drops and reconnects during a ride. Front and rear footage are reported separately and are **not** added\n",
|
| 150 |
+
"together (the two cameras overlap in time).\n"
|
| 151 |
]
|
| 152 |
},
|
| 153 |
{
|
| 154 |
"cell_type": "markdown",
|
| 155 |
+
"id": "9e758d3f",
|
| 156 |
"metadata": {},
|
| 157 |
"source": [
|
| 158 |
"## Per-ride folder layout & schema\n",
|
|
|
|
| 173 |
},
|
| 174 |
{
|
| 175 |
"cell_type": "markdown",
|
| 176 |
+
"id": "bd92d4e0",
|
| 177 |
"metadata": {},
|
| 178 |
"source": [
|
| 179 |
"## Duration distribution\n"
|
|
|
|
| 182 |
{
|
| 183 |
"cell_type": "code",
|
| 184 |
"execution_count": 3,
|
| 185 |
+
"id": "7cd0eb4a",
|
| 186 |
"metadata": {
|
| 187 |
"execution": {
|
| 188 |
+
"iopub.execute_input": "2026-07-10T06:43:39.196411Z",
|
| 189 |
+
"iopub.status.busy": "2026-07-10T06:43:39.196324Z",
|
| 190 |
+
"iopub.status.idle": "2026-07-10T06:43:39.301231Z",
|
| 191 |
+
"shell.execute_reply": "2026-07-10T06:43:39.300948Z"
|
| 192 |
}
|
| 193 |
},
|
| 194 |
"outputs": [
|
|
|
|
| 214 |
},
|
| 215 |
{
|
| 216 |
"cell_type": "markdown",
|
| 217 |
+
"id": "503f9b40",
|
| 218 |
"metadata": {},
|
| 219 |
"source": [
|
| 220 |
"## Rides and hours over time\n"
|
|
|
|
| 223 |
{
|
| 224 |
"cell_type": "code",
|
| 225 |
"execution_count": 4,
|
| 226 |
+
"id": "a6f99ea7",
|
| 227 |
"metadata": {
|
| 228 |
"execution": {
|
| 229 |
+
"iopub.execute_input": "2026-07-10T06:43:39.302623Z",
|
| 230 |
+
"iopub.status.busy": "2026-07-10T06:43:39.302512Z",
|
| 231 |
+
"iopub.status.idle": "2026-07-10T06:43:39.442297Z",
|
| 232 |
+
"shell.execute_reply": "2026-07-10T06:43:39.442031Z"
|
| 233 |
}
|
| 234 |
},
|
| 235 |
"outputs": [
|
|
|
|
| 256 |
},
|
| 257 |
{
|
| 258 |
"cell_type": "markdown",
|
| 259 |
+
"id": "e0162aa3",
|
| 260 |
"metadata": {},
|
| 261 |
"source": [
|
| 262 |
"## By drive mode\n"
|
|
|
|
| 265 |
{
|
| 266 |
"cell_type": "code",
|
| 267 |
"execution_count": 5,
|
| 268 |
+
"id": "80c872d0",
|
| 269 |
"metadata": {
|
| 270 |
"execution": {
|
| 271 |
+
"iopub.execute_input": "2026-07-10T06:43:39.443611Z",
|
| 272 |
+
"iopub.status.busy": "2026-07-10T06:43:39.443504Z",
|
| 273 |
+
"iopub.status.idle": "2026-07-10T06:43:39.505688Z",
|
| 274 |
+
"shell.execute_reply": "2026-07-10T06:43:39.505390Z"
|
| 275 |
}
|
| 276 |
},
|
| 277 |
"outputs": [
|
|
|
|
| 309 |
},
|
| 310 |
{
|
| 311 |
"cell_type": "markdown",
|
| 312 |
+
"id": "643e605d",
|
| 313 |
"metadata": {},
|
| 314 |
"source": [
|
| 315 |
"## Geographic distribution\n",
|
|
|
|
| 319 |
{
|
| 320 |
"cell_type": "code",
|
| 321 |
"execution_count": 6,
|
| 322 |
+
"id": "7a516ded",
|
| 323 |
"metadata": {
|
| 324 |
"execution": {
|
| 325 |
+
"iopub.execute_input": "2026-07-10T06:43:39.506989Z",
|
| 326 |
+
"iopub.status.busy": "2026-07-10T06:43:39.506881Z",
|
| 327 |
+
"iopub.status.idle": "2026-07-10T06:43:39.589546Z",
|
| 328 |
+
"shell.execute_reply": "2026-07-10T06:43:39.589269Z"
|
| 329 |
}
|
| 330 |
},
|
| 331 |
"outputs": [
|
|
|
|
| 375 |
},
|
| 376 |
{
|
| 377 |
"cell_type": "markdown",
|
| 378 |
+
"id": "87f3a082",
|
| 379 |
"metadata": {},
|
| 380 |
"source": [
|
| 381 |
"## Footage vs. session duration\n"
|
|
|
|
| 384 |
{
|
| 385 |
"cell_type": "code",
|
| 386 |
"execution_count": 7,
|
| 387 |
+
"id": "52ef81a6",
|
| 388 |
"metadata": {
|
| 389 |
"execution": {
|
| 390 |
+
"iopub.execute_input": "2026-07-10T06:43:39.590994Z",
|
| 391 |
+
"iopub.status.busy": "2026-07-10T06:43:39.590885Z",
|
| 392 |
+
"iopub.status.idle": "2026-07-10T06:43:39.699065Z",
|
| 393 |
+
"shell.execute_reply": "2026-07-10T06:43:39.698780Z"
|
| 394 |
}
|
| 395 |
},
|
| 396 |
"outputs": [
|
|
|
|
| 426 |
},
|
| 427 |
{
|
| 428 |
"cell_type": "markdown",
|
| 429 |
+
"id": "10529627",
|
| 430 |
"metadata": {},
|
| 431 |
"source": [
|
| 432 |
"## Data completeness\n",
|
|
|
|
| 437 |
{
|
| 438 |
"cell_type": "code",
|
| 439 |
"execution_count": 8,
|
| 440 |
+
"id": "3a9313ed",
|
| 441 |
"metadata": {
|
| 442 |
"execution": {
|
| 443 |
+
"iopub.execute_input": "2026-07-10T06:43:39.700316Z",
|
| 444 |
+
"iopub.status.busy": "2026-07-10T06:43:39.700232Z",
|
| 445 |
+
"iopub.status.idle": "2026-07-10T06:43:39.703816Z",
|
| 446 |
+
"shell.execute_reply": "2026-07-10T06:43:39.703574Z"
|
| 447 |
}
|
| 448 |
},
|
| 449 |
"outputs": [
|
|
|
|
| 475 |
},
|
| 476 |
{
|
| 477 |
"cell_type": "markdown",
|
| 478 |
+
"id": "250646a7",
|
| 479 |
"metadata": {},
|
| 480 |
"source": [
|
| 481 |
"## Loading a single ride\n",
|
|
|
|
| 486 |
{
|
| 487 |
"cell_type": "code",
|
| 488 |
"execution_count": 9,
|
| 489 |
+
"id": "921c89a8",
|
| 490 |
"metadata": {
|
| 491 |
"execution": {
|
| 492 |
+
"iopub.execute_input": "2026-07-10T06:43:39.705067Z",
|
| 493 |
+
"iopub.status.busy": "2026-07-10T06:43:39.704972Z",
|
| 494 |
+
"iopub.status.idle": "2026-07-10T06:43:39.715782Z",
|
| 495 |
+
"shell.execute_reply": "2026-07-10T06:43:39.715470Z"
|
| 496 |
}
|
| 497 |
},
|
| 498 |
"outputs": [
|
|
|
|
| 524 |
},
|
| 525 |
{
|
| 526 |
"cell_type": "markdown",
|
| 527 |
+
"id": "223cc453",
|
| 528 |
"metadata": {},
|
| 529 |
"source": [
|
| 530 |
"## Notes & known limitations\n",
|