Santiago Pravisani
commited on
Commit
•
ca1fe18
1
Parent(s):
1ab9acb
Updated Helper code + Technical details
Browse files- .gitignore +2 -0
- README.md +48 -48
- helpercode.ipynb +0 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
frodobots-dataset-getting-started/*
|
2 |
+
.DS_Store
|
README.md
CHANGED
@@ -6,7 +6,7 @@ task_categories:
|
|
6 |
language:
|
7 |
- en
|
8 |
annotations_creators:
|
9 |
-
- experts-generated
|
10 |
tags:
|
11 |
- self-driving
|
12 |
- robotics navigation
|
@@ -49,114 +49,114 @@ The **FrodoBots 1K Dataset** is a diverse collection of camera footage, GPS, IMU
|
|
49 |
|
50 |
> "We deeply appreciate the collaboration of the BlurIt team, who have been instrumental in helping us blur faces and license plates in our videos. Their dedication to pushing the boundaries of AI innovation and research is truly commendable and inspiring. If you're looking to protect privacy by redacting faces or license plates in your images or videos, their website is a valuable resource. Don't hesitate to explore their services to ensure your content remains both informative and anonymous. https://blurit.io/en
|
51 |
|
52 |
-
| ![Left to right in Stanford.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/UI7pts68FozvOEbIFHPef.gif) |
|
53 |
-
|:--:|
|
54 |
| *FrodoBots being tested in Stanford University campus* |
|
55 |
|
56 |
## Dataset Summary
|
57 |
|
58 |
There are 7 types of data that are associated with a typical FrodoBots drive, as follows:
|
59 |
|
60 |
-
1. **Control data**: This includes information about the robot's control inputs captured at a frequency of 10Hz.
|
61 |
|
62 |
-
2. **GPS data**: This includes latitude, longitude, and timestamp information for each data point collected during the robot drives at a frequency of 1Hz.
|
63 |
|
64 |
-
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.
|
65 |
|
66 |
-
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
|
67 |
|
68 |
-
5. **Front camera video**: This consists of video footage captured by the robot's front-facing camera at 20 FPS with a resolution of
|
69 |
|
70 |
-
6. **Microphone**: This includes audio recordings captured by the robot's microphone, with a sample rate of
|
71 |
|
72 |
-
7. **Speaker**: This incorporates audio recordings of the robot's speaker output (ie. gamer's microphone), also with a sample rate of
|
73 |
|
74 |
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.
|
75 |
|
76 |
-
| ![Histogram of Session Duration.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/vXaVIWxqaBy2x6N9jJnrD.png) |
|
77 |
-
|:--:|
|
78 |
| *Histogram of Session Duration (minutes)* |
|
79 |
|
80 |
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.
|
81 |
|
82 |
-
| ![Cumulative sessions hours by city.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/iAH1bhnc4olXhpbdJHDGv.png)|
|
83 |
-
|:--:|
|
84 |
| *Cumulative sessions hours by city* |
|
85 |
|
86 |
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.
|
87 |
|
88 |
-
| ![Distribution of robot speed.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/e_dh5xDedWbnhlkhJX6O9.png)|
|
89 |
-
|:--:|
|
90 |
| *Distribution of robot speed (excluding zero speed)* |
|
91 |
|
92 |
## About FrodoBots
|
93 |
|
94 |
[**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)).
|
95 |
|
96 |
-
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)).
|
97 |
|
98 |
-
| ![Shopify_Madrid.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/EOm26XBMsdvq96qLZxbri.gif) |
|
99 |
-
|:--:|
|
100 |
| *Testing in Madrid* |
|
101 |
|
102 |
-
| ![Shopify_London.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/LOuEmUpIJFpVbbd-vNI2u.gif) |
|
103 |
-
|:--:|
|
104 |
| *Testing in London* |
|
105 |
|
106 |
-
| ![Shopify_Stockholm.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/qis6jk9p0jMmdwxS9HlGO.gif) |
|
107 |
-
|:--:|
|
108 |
| *Testing in Stockholm* |
|
109 |
|
110 |
-
| ![Shopify_Wuhan.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/j96Zl9MxhNG3p3GorF0N3.gif) |
|
111 |
-
|:--:|
|
112 |
| *Testing in Wuhan* |
|
113 |
|
114 |
-
| ![Shopify_Liuzhou.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/Dis2qJvK91C4ZH5vuzKhU.gif) |
|
115 |
-
|:--:|
|
116 |
| *Testing in Liuzhou* |
|
117 |
|
118 |
-
| ![Shopify_Berlin.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/ewrQwk7qzgfge1aoIHEuV.gif) |
|
119 |
-
|:--:|
|
120 |
| *Testing in Berlin* |
|
121 |
|
122 |
-
| ![Game controller view.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/tTLeGQdRHmp36zZ_9ECHV.gif) |
|
123 |
-
|:--:|
|
124 |
| *Game Controller + Browser = Control FrodoBots Anywhere* |
|
125 |
|
126 |
-
| ![Chatting with people.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/M3xpC4UlbDRKj-2NhhaiR.gif) |
|
127 |
-
|:--:|
|
128 |
| *Chatting with locals via built-in microphone/speaker* |
|
129 |
|
130 |
-
| ![Turning on the spot.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/dxDB6r5jFkUWK198Pt7yV.gif) |
|
131 |
-
|:--:|
|
132 |
| *Zero turning radius = Easy maneuvering* |
|
133 |
|
134 |
-
| ![Night Driving.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/sDjijKb0YSUQoe4WWt89d.gif) |
|
135 |
-
|:--:|
|
136 |
| *Night driving test in Palo Alto* |
|
137 |
|
138 |
-
| ![Driving through rain.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/EBGM9HicSYMFwVr8RVyiz.gif) |
|
139 |
-
|:--:|
|
140 |
| *Driving through rain* |
|
141 |
|
142 |
-
| ![Road Crossing in University Ave Palo Alto.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/rulSOo_unmUEmG9Y_-_Wt.gif) |
|
143 |
-
|:--:|
|
144 |
| *Road crossing in Palo Alto* |
|
145 |
|
146 |
## Motivations for open-sourcing the dataset
|
147 |
|
148 |
-
The team behind FrodoBots is focused on building an open-world video gaming experience using real-life robots (we call it "robotic gaming"). A by-product of gamers playing the game in real-life is the accompanying dataset that's generated.
|
149 |
|
150 |
-
By sharing this dataset with the research community, we hope to see new innovations that can be tested (via our SDK) directly on our fleet of FrodoBots, and then ultimately deployed back into our production environment in order to create a more fun and safer game.
|
151 |
-
|
152 |
-
## **Getting Started**
|
153 |
-
Download a FrodoBots dataset sample using [this link](https://frodobots-2k.s3.ap-southeast-1.amazonaws.com/frodobots-2k_getting-started.zip).
|
154 |
|
155 |
## **Download**
|
156 |
-
Download FrodoBots dataset using the link in this [csv file](https://frodobots-1k.s3.ap-southeast-1.amazonaws.com/frodobots-1k_dataset.csv).
|
157 |
|
158 |
## **Helper code**
|
159 |
-
|
|
|
|
|
|
|
160 |
|
161 |
## **About our partners**
|
162 |
|
|
|
6 |
language:
|
7 |
- en
|
8 |
annotations_creators:
|
9 |
+
- experts-generated
|
10 |
tags:
|
11 |
- self-driving
|
12 |
- robotics navigation
|
|
|
49 |
|
50 |
> "We deeply appreciate the collaboration of the BlurIt team, who have been instrumental in helping us blur faces and license plates in our videos. Their dedication to pushing the boundaries of AI innovation and research is truly commendable and inspiring. If you're looking to protect privacy by redacting faces or license plates in your images or videos, their website is a valuable resource. Don't hesitate to explore their services to ensure your content remains both informative and anonymous. https://blurit.io/en
|
51 |
|
52 |
+
| ![Left to right in Stanford.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/UI7pts68FozvOEbIFHPef.gif) |
|
53 |
+
|:--:|
|
54 |
| *FrodoBots being tested in Stanford University campus* |
|
55 |
|
56 |
## Dataset Summary
|
57 |
|
58 |
There are 7 types of data that are associated with a typical FrodoBots drive, as follows:
|
59 |
|
60 |
+
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.
|
61 |
|
62 |
+
2. **GPS data**: This includes latitude, longitude, and timestamp information for each data point collected during the robot drives at a frequency of 1Hz.
|
63 |
|
64 |
+
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.
|
65 |
|
66 |
+
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.
|
67 |
|
68 |
+
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.
|
69 |
|
70 |
+
6. **Microphone**: This includes audio recordings captured by the robot's microphone, with a sample rate of 16000Hz, channel 1.
|
71 |
|
72 |
+
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.
|
73 |
|
74 |
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.
|
75 |
|
76 |
+
| ![Histogram of Session Duration.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/vXaVIWxqaBy2x6N9jJnrD.png) |
|
77 |
+
|:--:|
|
78 |
| *Histogram of Session Duration (minutes)* |
|
79 |
|
80 |
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.
|
81 |
|
82 |
+
| ![Cumulative sessions hours by city.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/iAH1bhnc4olXhpbdJHDGv.png)|
|
83 |
+
|:--:|
|
84 |
| *Cumulative sessions hours by city* |
|
85 |
|
86 |
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.
|
87 |
|
88 |
+
| ![Distribution of robot speed.png](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/e_dh5xDedWbnhlkhJX6O9.png)|
|
89 |
+
|:--:|
|
90 |
| *Distribution of robot speed (excluding zero speed)* |
|
91 |
|
92 |
## About FrodoBots
|
93 |
|
94 |
[**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)).
|
95 |
|
96 |
+
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)).
|
97 |
|
98 |
+
| ![Shopify_Madrid.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/EOm26XBMsdvq96qLZxbri.gif) |
|
99 |
+
|:--:|
|
100 |
| *Testing in Madrid* |
|
101 |
|
102 |
+
| ![Shopify_London.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/LOuEmUpIJFpVbbd-vNI2u.gif) |
|
103 |
+
|:--:|
|
104 |
| *Testing in London* |
|
105 |
|
106 |
+
| ![Shopify_Stockholm.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/qis6jk9p0jMmdwxS9HlGO.gif) |
|
107 |
+
|:--:|
|
108 |
| *Testing in Stockholm* |
|
109 |
|
110 |
+
| ![Shopify_Wuhan.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/j96Zl9MxhNG3p3GorF0N3.gif) |
|
111 |
+
|:--:|
|
112 |
| *Testing in Wuhan* |
|
113 |
|
114 |
+
| ![Shopify_Liuzhou.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/Dis2qJvK91C4ZH5vuzKhU.gif) |
|
115 |
+
|:--:|
|
116 |
| *Testing in Liuzhou* |
|
117 |
|
118 |
+
| ![Shopify_Berlin.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/ewrQwk7qzgfge1aoIHEuV.gif) |
|
119 |
+
|:--:|
|
120 |
| *Testing in Berlin* |
|
121 |
|
122 |
+
| ![Game controller view.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/tTLeGQdRHmp36zZ_9ECHV.gif) |
|
123 |
+
|:--:|
|
124 |
| *Game Controller + Browser = Control FrodoBots Anywhere* |
|
125 |
|
126 |
+
| ![Chatting with people.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/M3xpC4UlbDRKj-2NhhaiR.gif) |
|
127 |
+
|:--:|
|
128 |
| *Chatting with locals via built-in microphone/speaker* |
|
129 |
|
130 |
+
| ![Turning on the spot.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/dxDB6r5jFkUWK198Pt7yV.gif) |
|
131 |
+
|:--:|
|
132 |
| *Zero turning radius = Easy maneuvering* |
|
133 |
|
134 |
+
| ![Night Driving.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/sDjijKb0YSUQoe4WWt89d.gif) |
|
135 |
+
|:--:|
|
136 |
| *Night driving test in Palo Alto* |
|
137 |
|
138 |
+
| ![Driving through rain.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/EBGM9HicSYMFwVr8RVyiz.gif) |
|
139 |
+
|:--:|
|
140 |
| *Driving through rain* |
|
141 |
|
142 |
+
| ![Road Crossing in University Ave Palo Alto.gif](https://cdn-uploads.huggingface.co/production/uploads/63be791624e75d1efdf6ce54/rulSOo_unmUEmG9Y_-_Wt.gif) |
|
143 |
+
|:--:|
|
144 |
| *Road crossing in Palo Alto* |
|
145 |
|
146 |
## Motivations for open-sourcing the dataset
|
147 |
|
148 |
+
The team behind FrodoBots is focused on building an open-world video gaming experience using real-life robots (we call it "robotic gaming"). A by-product of gamers playing the game in real-life is the accompanying dataset that's generated.
|
149 |
|
150 |
+
By sharing this dataset with the research community, we hope to see new innovations that can be tested (via our SDK) directly on our fleet of FrodoBots, and then ultimately deployed back into our production environment in order to create a more fun and safer game.
|
|
|
|
|
|
|
151 |
|
152 |
## **Download**
|
153 |
+
Download FrodoBots dataset using the link in this [csv file](https://frodobots-1k.s3.ap-southeast-1.amazonaws.com/frodobots-1k_dataset.csv).
|
154 |
|
155 |
## **Helper code**
|
156 |
+
|
157 |
+
Download a FrodoBots dataset sample using [this link](https://frodobots-2k.s3.ap-southeast-1.amazonaws.com/frodobots-dataset-getting-started.zip).
|
158 |
+
|
159 |
+
We've provided a helpercode.ipynb file that will hopefully serve as a quick-start for researchers to play around with the dataset.
|
160 |
|
161 |
## **About our partners**
|
162 |
|
helpercode.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|