dgorbatov commited on
Commit
de27ef5
·
verified ·
1 Parent(s): 3bb0ffc

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. README.md +48 -0
  2. train.parquet +3 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: "train.parquet"
29
+ - split: validation
30
+ path: "valid.parquet"
31
+ ---
32
+
33
+ # Yamaha Navigation Preference Dataset
34
+
35
+ 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.
36
+
37
+ ## Dataset Structure
38
+
39
+ Each record contains:
40
+ - `image`: RGB image from a robot's camera view
41
+ - `preference_mask`: A binary mask indicating preferred navigation areas
42
+ - `label_mask`: Semantic segmentation labels for the scene
43
+ - `text`: Natural language instruction describing navigation goals and preferences
44
+ - `traversable_labels`: List of terrain types that are traversable
45
+ - `non_traversable_labels`: List of terrain types that should be avoided
46
+ - `resolution`: Resolution of the image
47
+ - `x_percent`: Percentage of the image width
48
+ - `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:3542bc2b8f22fb298bb4f6631d26b0d2d099903dd57aed4e52886880d3750bfa
3
+ size 139963797