Datasets:

Modalities:
Image
Text
ArXiv:
Libraries:
Datasets
License:
Yassine commited on
Commit
211b6de
1 Parent(s): e8ecc3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # comma2k19
6
+ [comma.ai](https://comma.ai) presents comma2k19, a dataset of over 33 hours of commute in California's 280 highway. This means 2019 segments, 1 minute long each, on a 20km section of highway driving between California's San Jose and San Francisco. comma2k19 is a fully reproducible and scalable dataset. The data was collected using comma [EONs](https://comma.ai/shop/products/eon-gold-dashcam-devkit/) that has sensors similar to those of any modern smartphone including a road-facing camera, phone GPS, thermometers and 9-axis IMU. Additionally, the EON captures raw GNSS measurements and all CAN data sent by the car with a comma [grey panda](https://comma.ai/shop/products/panda-obd-ii-dongle/).
7
+
8
+ <img src="https://github.com/commaai/comma2k19/blob/master/assets/testmesh3d.png?raw=true"/>
9
+
10
+ Here we also introduced [Laika](https://github.com/commaai/laika), an open-source GNSS processing library. Laika produces 40% more accurate positions than the GNSS module used to collect the raw data. This dataset includes pose (position + orientation) estimates in a global reference frame of the recording camera. These poses were computed with a tightly coupled INS/GNSS/Vision optimizer that relies on data processed by Laika. comma2k19 is ideal for development and validation of tightly coupled GNSS algorithms and mapping algorithms that work with commodity sensors.
11
+
12
+ <img src="https://github.com/commaai/comma2k19/blob/master/assets/merged.png?raw=true"/>
13
+
14
+ ## Publication
15
+ For a detailed write-up about this dataset, please refer to our [paper](https://arxiv.org/abs/1812.05752v1). If you use comma2k19 or Laika in your research, please consider citing
16
+ ```text
17
+ @misc{1812.05752,
18
+ Author = {Harald Schafer and Eder Santana and Andrew Haden and Riccardo Biasini},
19
+ Title = {A Commute in Data: The comma2k19 Dataset},
20
+ Year = {2018},
21
+ Eprint = {arXiv:1812.05752},
22
+ }
23
+ ```