Kimsalim commited on
Commit
26a63c8
·
verified ·
1 Parent(s): bba6d89

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -6
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": "openmanipulator_x_follower",
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": {
@@ -81,7 +83,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
81
  "height",
82
  "width",
83
  "channels"
84
- ]
 
 
 
 
 
 
 
 
 
 
85
  },
86
  "observation.images.around": {
87
  "dtype": "video",
@@ -94,7 +106,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
94
  "height",
95
  "width",
96
  "channels"
97
- ]
 
 
 
 
 
 
 
 
 
 
98
  },
99
  "timestamp": {
100
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "openmanipulator_x_follower",
36
+ "total_episodes": 30,
37
+ "total_frames": 44241,
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:30"
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": {
 
83
  "height",
84
  "width",
85
  "channels"
86
+ ],
87
+ "info": {
88
+ "video.height": 240,
89
+ "video.width": 320,
90
+ "video.codec": "av1",
91
+ "video.pix_fmt": "yuv420p",
92
+ "video.is_depth_map": false,
93
+ "video.fps": 30,
94
+ "video.channels": 3,
95
+ "has_audio": false
96
+ }
97
  },
98
  "observation.images.around": {
99
  "dtype": "video",
 
106
  "height",
107
  "width",
108
  "channels"
109
+ ],
110
+ "info": {
111
+ "video.height": 240,
112
+ "video.width": 320,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 30,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
  },
121
  "timestamp": {
122
  "dtype": "float32",