dgorbatov commited on
Commit
8f55186
·
verified ·
1 Parent(s): 60a679a

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. README.md +51 -0
  2. train.parquet +3 -0
  3. valid.parquet +3 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: preference_mask
7
+ dtype: image
8
+ - name: label_mask
9
+ dtype: image
10
+ - name: text
11
+ dtype: string
12
+ - name: traversable_labels
13
+ sequence:
14
+ dtype: string
15
+ - name: non_traversable_labels
16
+ sequence:
17
+ dtype: string
18
+ - name: resolution
19
+ dtype: string
20
+ - name: x_percent
21
+ dtype: float32
22
+ - name: y_percent
23
+ dtype: float32
24
+ - name: preference_subset
25
+ sequence:
26
+ dtype: string
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: "train.parquet"
32
+ - split: validation
33
+ path: "valid.parquet"
34
+ ---
35
+
36
+ # Yamaha Navigation Preference Dataset
37
+
38
+ This dataset contains images for robot navigation with preference masks. The dataset consists of RGB images paired with semantic segmentation labels and preference masks that highlight preferred navigation areas based on different terrain types.
39
+
40
+ ## Dataset Structure
41
+
42
+ Each record contains:
43
+ - `image`: RGB image from a robot's camera view
44
+ - `preference_mask`: A binary mask indicating preferred navigation areas
45
+ - `label_mask`: Semantic segmentation labels for the scene
46
+ - `text`: Natural language instruction describing navigation goals and preferences
47
+ - `traversable_labels`: List of terrain types that are traversable
48
+ - `non_traversable_labels`: List of terrain types that should be avoided
49
+ - `resolution`: Resolution of the image
50
+ - `x_percent`: Percentage of the image width
51
+ - `y_percent`: Percentage of the image height
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea7ea12abad85a391cdaf1f3083dc23d5305a48e3c353fb8e1410a124992e35
3
+ size 147748097
valid.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac983f263af52d02dd458d9d61a37ae8a2ab0f45655e9c6464e80199f32f5562
3
+ size 16387861