micoolcho commited on
Commit
120ce03
1 Parent(s): 7f03a1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
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**](??) 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 School**](https://www.frodobots.ai/earth-rovers-school) (in Singapore, Madrid, etc), 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,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 FrodoBots drive, as follows:
61
 
62
- 1. **Control data**: This includes information about the robot's control inputs captured at a frequency of 10Hz (Ideal). When there is no data, it can be assumed the bot has stopped or is not in motion.
63
 
64
- 2. **GPS data**: This includes latitude, longitude, and timestamp information for each data point collected during the robot drives at a frequency of 1Hz.
65
 
66
- 3. **IMU (Inertial Measurement Unit) data**: This provides 9-degree of freedom sensor data, including acceleration (captured at 100Hz), gyroscope (captured at 1Hz), and compass ride information (captured at 1Hz), along with timestamp data.
67
 
68
- 4. **Rear camera video**: This offers 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**: This consists of video footage captured by the robot's front-facing camera at an average 20 FPS with a resolution of 1024x576.
71
 
72
- 6. **Microphone**: This includes audio recordings captured by the robot's microphone, with a sample rate of 16000Hz, channel 1.
73
 
74
- 7. **Speaker**: This incorporates 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 4,000 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 FrodoBots in over 10 cities, registering close to 1,000 hours of footages, with Liuzhou being the city with longest cumulative hours of drives.
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
- Out of these 1,000 hours of recorded drive, roughly 312 hours have registered speed above 0 Km/Hr. Most of these other duration were 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,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.com/) 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
 
 
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