Create
Browse files- dataset_info.json +36 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "FAFO Dataset for robotics and AI integration. Includes sensor data, images, 3D point clouds, and robotic task annotations.",
|
| 3 |
+
"homepage": "https://github.com/saifullah62/fafo-dataset",
|
| 4 |
+
"license": "MIT",
|
| 5 |
+
"citation": "@inproceedings{fafo2024, title={FAFO Dataset}, author={GotThatData}, year={2024}}",
|
| 6 |
+
"features": {
|
| 7 |
+
"sensor_data": {
|
| 8 |
+
"lidar": {
|
| 9 |
+
"type": "list",
|
| 10 |
+
"description": "LiDAR scans with distance readings."
|
| 11 |
+
},
|
| 12 |
+
"gps": {
|
| 13 |
+
"type": "dict",
|
| 14 |
+
"description": "GPS coordinates with latitude, longitude, and altitude."
|
| 15 |
+
},
|
| 16 |
+
"imu": {
|
| 17 |
+
"type": "dict",
|
| 18 |
+
"description": "IMU readings with acceleration and orientation data."
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"image_data": {
|
| 22 |
+
"type": "image",
|
| 23 |
+
"description": "Infrared and camera images."
|
| 24 |
+
},
|
| 25 |
+
"3d_data": {
|
| 26 |
+
"type": "binary",
|
| 27 |
+
"description": "Point cloud data for SLAM and mapping."
|
| 28 |
+
},
|
| 29 |
+
"task_data": {
|
| 30 |
+
"type": "dict",
|
| 31 |
+
"description": "Task descriptions and annotations for robotics."
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"size": "10GB",
|
| 35 |
+
"languages": ["None"]
|
| 36 |
+
}
|