micoolcho commited on
Commit
7cffc8f
1 Parent(s): 7c3fda8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -13
README.md CHANGED
@@ -26,6 +26,7 @@ pretty_name: FrodoBots (1K)
26
  - **Dataset Size:** 900+ GB
27
  - **Point of Contact:** michael.cho@frodobots.com
28
 
 
29
  # FrodoBots 1K Dataset
30
 
31
  The **FrodoBots 1K Dataset** is a diverse collection of camera footage, GPS, IMU, audio recordings & control data collected from close to 1,000 hours of tele-operated sidewalk robot driving in 10+ cities (during internal game testing).
@@ -42,6 +43,25 @@ The **FrodoBots 1K Dataset** is a diverse collection of camera footage, GPS, IMU
42
 
43
  > Special Shoutout: We want to express our sincere gratitude to the team at [**BlurIt**](https://blurit.io/en) for sponsoring our video redaction efforts (ie. blurring of faces & license plates).
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ## What's FrodoBots?
46
 
47
  [**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)).
@@ -56,24 +76,27 @@ The game objective is to complete the pre-defined navigation missions in single-
56
  |:--:|
57
  | *Testing in London* |
58
 
59
- ## **Dataset Overview**
60
-
61
- There are 7 types of data that are associated with a typical FrodoBots drive, as follows:
62
-
63
- 1. **Control data**: This includes information about the robot's control inputs captured at a frequency of 10Hz.
64
 
65
- 2. **GPS data**: This includes latitude, longitude, and timestamp information for each data point collected during the robot drives at a frequency of 1Hz.
 
 
66
 
67
- 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.
 
 
68
 
69
- 4. **Rear camera video**: This offers video footage captured by the robot's rear-facing camera at 20 frames per second (FPS) with a resolution of 800x600.
 
 
70
 
71
- 5. **Front camera video**: This consists of video footage captured by the robot's front-facing camera at 20 FPS with a resolution of 480x480.
72
 
73
- 6. **Microphone**: This includes audio recordings captured by the robot's microphone, with a sample rate of 48000Hz.
74
 
75
- 7. **Speaker**: This incorporates audio recordings of the robot's speaker output, also with a sample rate of 48000Hz.
 
76
 
 
77
 
78
- ## **Usage**
79
- For users not familiar with the structure of the data or those requiring assistance in manipulating and using it, please refer to the helpercode.ipynb file provided. This notebook contains Python code that helps understand and work with the dataset more effectively.
 
26
  - **Dataset Size:** 900+ GB
27
  - **Point of Contact:** michael.cho@frodobots.com
28
 
29
+
30
  # FrodoBots 1K Dataset
31
 
32
  The **FrodoBots 1K Dataset** is a diverse collection of camera footage, GPS, IMU, audio recordings & control data collected from close to 1,000 hours of tele-operated sidewalk robot driving in 10+ cities (during internal game testing).
 
43
 
44
  > Special Shoutout: We want to express our sincere gratitude to the team at [**BlurIt**](https://blurit.io/en) for sponsoring our video redaction efforts (ie. blurring of faces & license plates).
45
 
46
+
47
+ ## Dataset Summary
48
+
49
+ There are 7 types of data that are associated with a typical FrodoBots drive, as follows:
50
+
51
+ 1. **Control data**: This includes information about the robot's control inputs captured at a frequency of 10Hz.
52
+
53
+ 2. **GPS data**: This includes latitude, longitude, and timestamp information for each data point collected during the robot drives at a frequency of 1Hz.
54
+
55
+ 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.
56
+
57
+ 4. **Rear camera video**: This offers video footage captured by the robot's rear-facing camera at 20 frames per second (FPS) with a resolution of 800x600.
58
+
59
+ 5. **Front camera video**: This consists of video footage captured by the robot's front-facing camera at 20 FPS with a resolution of 480x480.
60
+
61
+ 6. **Microphone**: This includes audio recordings captured by the robot's microphone, with a sample rate of 48000Hz.
62
+
63
+ 7. **Speaker**: This incorporates audio recordings of the robot's speaker output, also with a sample rate of 48000Hz.
64
+
65
  ## What's FrodoBots?
66
 
67
  [**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)).
 
76
  |:--:|
77
  | *Testing in London* |
78
 
79
+ | ![Shopify_Stockholm.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/qis6jk9p0jMmdwxS9HlGO.gif) |
80
+ |:--:|
81
+ | *Testing in Stockholm* |
 
 
82
 
83
+ | ![Shopify_Wuhan.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/j96Zl9MxhNG3p3GorF0N3.gif) |
84
+ |:--:|
85
+ | *Testing in Wuhan* |
86
 
87
+ | ![Shopify_Liuzhou.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/Dis2qJvK91C4ZH5vuzKhU.gif) |
88
+ |:--:|
89
+ | *Testing in Liuzhou* |
90
 
91
+ | ![Shopify_Berlin.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/ewrQwk7qzgfge1aoIHEuV.gif) |
92
+ |:--:|
93
+ | *Testing in Berlin* |
94
 
 
95
 
 
96
 
97
+ ## **Usage**
98
+ For users not familiar with the structure of the data or those requiring assistance in manipulating and using it, please refer to the helpercode.ipynb file provided. This notebook contains Python code that helps understand and work with the dataset more effectively.
99
 
100
+ ## **Contributions**
101
 
102
+ The team at FrodoBots Lab created this dataset, including [Michael Cho](https://twitter.com/micoolcho), Sam Cho, Aaron Tung, Niresh Dravin & Jiamin Ho.