Datasets:

Modalities:
Image
Libraries:
Datasets
License:
Yassine commited on
Commit
89fff23
·
verified ·
1 Parent(s): 3a25bde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -20,15 +20,12 @@ A large self-driving dataset containing one-minute driving segments with road-ca
20
 
21
  ## Dataset collection
22
 
23
- Segments were recorded by comma devices installed in real user vehicles. The collection spans several hardware generations.
24
-
25
- - `uno`: comma two
26
- - `dos`: comma three
27
- - `tres`: comma 3X
28
- - `cuatro`: comma four
29
 
30
  Camera systems vary between generations, so native resolution and field of view are not uniform across the dataset.
31
 
 
 
32
  Each segment includes an offline localization estimate in `localizer.safetensors`. It fuses raw GNSS measurements, accelerometer and gyroscope data, vehicle motion constraints, and visual feature tracks from the road cameras.
33
 
34
 
@@ -38,7 +35,7 @@ Each segment includes an offline localization estimate in `localizer.safetensors
38
  data/
39
  └── <segment_id>/
40
  ├── fcamera.hevc
41
- ├── ecamera.hevc (for segments collected using hardware type >= `dos`)
42
  ├── thumbnail.jpg
43
  └── localizer.safetensors
44
  ```
 
20
 
21
  ## Dataset collection
22
 
23
+ Segments were recorded by comma devices installed in real user vehicles. The collection spans several hardware generations (comma two, comma three, comma 3X, and comma four)
 
 
 
 
 
24
 
25
  Camera systems vary between generations, so native resolution and field of view are not uniform across the dataset.
26
 
27
+ ![hw_types](https://cdn-uploads.huggingface.co/production/uploads/608c79739c5a8f8ddd85c409/Ef4v5j12CW1AHGgzqvMGp.png)
28
+
29
  Each segment includes an offline localization estimate in `localizer.safetensors`. It fuses raw GNSS measurements, accelerometer and gyroscope data, vehicle motion constraints, and visual feature tracks from the road cameras.
30
 
31
 
 
35
  data/
36
  └── <segment_id>/
37
  ├── fcamera.hevc
38
+ ├── ecamera.hevc (for segments collected using hardware type >= comma three)
39
  ├── thumbnail.jpg
40
  └── localizer.safetensors
41
  ```