cupnb commited on
Commit
db9839a
·
verified ·
1 Parent(s): 61c9178

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -7
README.md CHANGED
@@ -33,14 +33,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "ros2",
36
- "total_episodes": 0,
37
- "total_frames": 0,
38
- "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
- "splits": {},
 
 
44
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
@@ -85,7 +87,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
85
  "height",
86
  "width",
87
  "channels"
88
- ]
 
 
 
 
 
 
 
 
 
 
89
  },
90
  "observation.images.camera2": {
91
  "dtype": "video",
@@ -98,7 +110,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
98
  "height",
99
  "width",
100
  "channels"
101
- ]
 
 
 
 
 
 
 
 
 
 
102
  },
103
  "observation.images.camera3": {
104
  "dtype": "video",
@@ -111,7 +133,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
111
  "height",
112
  "width",
113
  "channels"
114
- ]
 
 
 
 
 
 
 
 
 
 
115
  },
116
  "timestamp": {
117
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "ros2",
36
+ "total_episodes": 10,
37
+ "total_frames": 15734,
38
+ "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
+ "splits": {
44
+ "train": "0:10"
45
+ },
46
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
 
87
  "height",
88
  "width",
89
  "channels"
90
+ ],
91
+ "info": {
92
+ "video.height": 720,
93
+ "video.width": 720,
94
+ "video.codec": "av1",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "video.fps": 30,
98
+ "video.channels": 3,
99
+ "has_audio": false
100
+ }
101
  },
102
  "observation.images.camera2": {
103
  "dtype": "video",
 
110
  "height",
111
  "width",
112
  "channels"
113
+ ],
114
+ "info": {
115
+ "video.height": 720,
116
+ "video.width": 1280,
117
+ "video.codec": "av1",
118
+ "video.pix_fmt": "yuv420p",
119
+ "video.is_depth_map": false,
120
+ "video.fps": 30,
121
+ "video.channels": 3,
122
+ "has_audio": false
123
+ }
124
  },
125
  "observation.images.camera3": {
126
  "dtype": "video",
 
133
  "height",
134
  "width",
135
  "channels"
136
+ ],
137
+ "info": {
138
+ "video.height": 720,
139
+ "video.width": 1280,
140
+ "video.codec": "av1",
141
+ "video.pix_fmt": "yuv420p",
142
+ "video.is_depth_map": false,
143
+ "video.fps": 30,
144
+ "video.channels": 3,
145
+ "has_audio": false
146
+ }
147
  },
148
  "timestamp": {
149
  "dtype": "float32",