ninjaoden commited on
Commit
0d2d6e3
·
verified ·
1 Parent(s): 92af266

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": "nmini_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": {
@@ -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.wrist": {
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
  "timestamp": {
104
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "nmini_follower",
36
+ "total_episodes": 50,
37
+ "total_frames": 22450,
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:50"
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": 480,
93
+ "video.width": 640,
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.wrist": {
103
  "dtype": "video",
 
110
  "height",
111
  "width",
112
  "channels"
113
+ ],
114
+ "info": {
115
+ "video.height": 480,
116
+ "video.width": 640,
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
  "timestamp": {
126
  "dtype": "float32",