Update README.md
Browse files
README.md
CHANGED
@@ -43,11 +43,11 @@ The **FrodoBots 2K Dataset** is a diverse collection of camera footage, GPS, IMU
|
|
43 |
|
44 |
This dataset is collected from the [**Earth Rovers**](https://www.frodobots.ai/earth-rovers) game developed by [**FrodoBots Lab**](https://www.frodobots.ai).
|
45 |
|
46 |
-
Please join our [**Discord**](
|
47 |
|
48 |
- If you're interested in testing out your AI models on your own Earth Rovers, you can buy your own unit(s) from our [**online shop**](https://shop.frodobots.com/) (US$299 per unit).
|
49 |
|
50 |
-
- If you're interested in testing out your AI models on our existing fleet of
|
51 |
|
52 |
- If you're interested in playing the game (ie. remotely driving an Earth Rover), you may join as a gamer at [**Earth Rovers School**](https://www.frodobots.ai/earth-rovers-school).
|
53 |
|
@@ -57,35 +57,35 @@ Please join our [**Discord**](??) for discussions with fellow researchers/makers
|
|
57 |
|
58 |
## Dataset Summary
|
59 |
|
60 |
-
There are 7 types of data that are associated with a typical
|
61 |
|
62 |
-
1. **Control data**:
|
63 |
|
64 |
-
2. **GPS data**:
|
65 |
|
66 |
-
3. **IMU (Inertial Measurement Unit) data**:
|
67 |
|
68 |
-
4. **Rear camera video**:
|
69 |
|
70 |
-
5. **Front camera video**:
|
71 |
|
72 |
-
6. **Microphone**:
|
73 |
|
74 |
-
7. **Speaker**:
|
75 |
|
76 |
-
In total, there were more than
|
77 |
|
78 |
| ![Histogram of Session Duration.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/vXaVIWxqaBy2x6N9jJnrD.png) |
|
79 |
|:--:|
|
80 |
| *Histogram of Session Duration (minutes)* |
|
81 |
|
82 |
-
These drives were done with
|
83 |
|
84 |
| ![Cumulative sessions hours by city.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/iAH1bhnc4olXhpbdJHDGv.png)|
|
85 |
|:--:|
|
86 |
| *Cumulative sessions hours by city* |
|
87 |
|
88 |
-
|
89 |
|
90 |
| ![Distribution of robot speed.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/e_dh5xDedWbnhlkhJX6O9.png)|
|
91 |
|:--:|
|
@@ -93,7 +93,7 @@ Out of these 1,000 hours of recorded drive, roughly 312 hours have registered sp
|
|
93 |
|
94 |
## About FrodoBots
|
95 |
|
96 |
-
[**FrodoBots**](https://www.frodobots.
|
97 |
|
98 |
The game objective is to complete the pre-defined navigation missions in single-player mode (see [video](https://www.youtube.com/@frodobots)) or gather digital items in the multiplayer arena mode (see [video](https://youtu.be/2E3lve-Xvak)).
|
99 |
|
|
|
43 |
|
44 |
This dataset is collected from the [**Earth Rovers**](https://www.frodobots.ai/earth-rovers) game developed by [**FrodoBots Lab**](https://www.frodobots.ai).
|
45 |
|
46 |
+
Please join our [**Discord**](https://discord.com/invite/AUegJCJwyb) for discussions with fellow researchers/makers!
|
47 |
|
48 |
- If you're interested in testing out your AI models on your own Earth Rovers, you can buy your own unit(s) from our [**online shop**](https://shop.frodobots.com/) (US$299 per unit).
|
49 |
|
50 |
+
- If you're interested in testing out your AI models on our existing fleet of Earth Rovers in various cities, feel free to DM [Michael Cho on Twitter/X](https://twitter.com/micoolcho) to gain access to our Remote Access SDK.
|
51 |
|
52 |
- If you're interested in playing the game (ie. remotely driving an Earth Rover), you may join as a gamer at [**Earth Rovers School**](https://www.frodobots.ai/earth-rovers-school).
|
53 |
|
|
|
57 |
|
58 |
## Dataset Summary
|
59 |
|
60 |
+
There are 7 types of data that are associated with a typical Earth Rovers drive, as follows:
|
61 |
|
62 |
+
1. **Control data**: Gamer's control inputs captured at a frequency of 10Hz (Ideal) as well as the RPM (revolutions per minute) readings for each of the 4 wheels on the robot.
|
63 |
|
64 |
+
2. **GPS data**: Latitude, longitude, and timestamp info for each data point collected during the robot drives at a frequency of 1Hz.
|
65 |
|
66 |
+
3. **IMU (Inertial Measurement Unit) data**: 9-DOF sensor data, including acceleration (captured at 100Hz), gyroscope (captured at 1Hz), and magnetometer info (captured at 1Hz), along with timestamp data.
|
67 |
|
68 |
+
4. **Rear camera video**: Video footage captured by the robot's rear-facing camera at an average of 20 frames per second (FPS) with a resolution of 540x360.
|
69 |
|
70 |
+
5. **Front camera video**: Video footage captured by the robot's front-facing camera at an average 20 FPS with a resolution of 1024x576.
|
71 |
|
72 |
+
6. **Microphone**: Audio recordings captured by the robot's microphone, with a sample rate of 16000Hz, channel 1.
|
73 |
|
74 |
+
7. **Speaker**: Audio recordings of the robot's speaker output (ie. gamer's microphone), also with a sample rate of 16000Hz, channel 1.
|
75 |
|
76 |
+
In total, there were more than ? individual driving sessions recorded, with majority of these drives under 10 minutes long, although there were also drives lasting more than an hour.
|
77 |
|
78 |
| ![Histogram of Session Duration.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/vXaVIWxqaBy2x6N9jJnrD.png) |
|
79 |
|:--:|
|
80 |
| *Histogram of Session Duration (minutes)* |
|
81 |
|
82 |
+
These drives were done with Earth Rovers in over 10 cities, registering over 2,000 hours of footages (currently ~1,500 hours are available for download, with remaining ~500 hours available by end May, 2024 after some final data cleaning).
|
83 |
|
84 |
| ![Cumulative sessions hours by city.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/iAH1bhnc4olXhpbdJHDGv.png)|
|
85 |
|:--:|
|
86 |
| *Cumulative sessions hours by city* |
|
87 |
|
88 |
+
Earth Rovers are designed to have a typical max speed of 3km/hr. Duration with 0km/hr would mean either stationary or short pauses during a regular game drives.
|
89 |
|
90 |
| ![Distribution of robot speed.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/e_dh5xDedWbnhlkhJX6O9.png)|
|
91 |
|:--:|
|
|
|
93 |
|
94 |
## About FrodoBots
|
95 |
|
96 |
+
[**FrodoBots**](https://www.frodobots.ai/) is an open-world video driving game where gamers remotely control sidewalk robots to complete missions in different cities (here's a video about the [robot](https://youtu.be/WZy1u7ds1wQ)).
|
97 |
|
98 |
The game objective is to complete the pre-defined navigation missions in single-player mode (see [video](https://www.youtube.com/@frodobots)) or gather digital items in the multiplayer arena mode (see [video](https://youtu.be/2E3lve-Xvak)).
|
99 |
|