mateoguaman commited on
Commit
ad39ab9
·
verified ·
1 Parent(s): d326e58

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -52
README.md CHANGED
@@ -1,54 +1,42 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: lang_goal
7
- dtype: string
8
- - name: trajectory_2d
9
- sequence:
10
- sequence: int64
11
- - name: trajectory_3d
12
- sequence:
13
- sequence: float64
14
- - name: camera_params
15
- dtype: string
16
- - name: horizon
17
- dtype: int64
18
- - name: shorter_trajectory_2d
19
- sequence:
20
- sequence: int64
21
- - name: shorter_trajectory_3d
22
- sequence:
23
- sequence: float64
24
- - name: subsampled_trajectory_2d
25
- sequence:
26
- sequence: int64
27
- - name: goal_2d
28
- sequence: int64
29
- - name: text
30
- dtype: string
31
- - name: label
32
- dtype: string
33
- - name: label_list
34
- sequence:
35
- sequence: string
36
- - name: curvature
37
- dtype: float64
38
- splits:
39
- - name: train
40
- num_bytes: 12831382632.0
41
- num_examples: 63052
42
- - name: validation
43
- num_bytes: 3494092731.0
44
- num_examples: 15971
45
- download_size: 15798227397
46
- dataset_size: 16325475363.0
47
- configs:
48
- - config_name: default
49
- data_files:
50
- - split: train
51
- path: data/train-*
52
- - split: validation
53
- path: data/validation-*
54
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - vlm-navigation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
+
6
+ # tartandrive_every1_100pct_sub5
7
+
8
+ ## Description
9
+
10
+ Processed tartandrive dataset with filter_every_nth=1, 100% of data, and num_subsampled_points=5
11
+
12
+ ## Processing Parameters
13
+
14
+ ```yaml
15
+ mateoguaman/tartandrive:
16
+ exclude_outliers_pct: 0
17
+ filter_by_curvature: false
18
+ filter_every_nth: 1
19
+ horizon:
20
+ 100: 0.5
21
+ 300: 0.5
22
+ num_subsampled_points: 5
23
+
24
+ ```
25
+
26
+ ## Dataset Configuration
27
+
28
+ ```yaml
29
+ Train dataset:
30
+ mixer: mateoguaman/tartandrive: 1.0
31
+
32
+ split: train
33
+
34
+ Validation dataset:
35
+ mixer: mateoguaman/tartandrive: 1.0
36
+
37
+ split: validation
38
+ ```
39
+
40
+ ## Additional Information
41
+
42
+ This dataset was created by consolidating cached processed datasets from the VLM Navigation project.