tygu1004 commited on
Commit
00c4807
·
verified ·
1 Parent(s): c6e0f26

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -10
README.md CHANGED
@@ -26,14 +26,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so_follower",
29
- "total_episodes": 0,
30
- "total_frames": 0,
31
- "total_tasks": 0,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
- "splits": {},
 
 
37
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
@@ -65,7 +67,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  6
66
  ]
67
  },
68
- "observation.images.top": {
69
  "dtype": "video",
70
  "shape": [
71
  480,
@@ -76,9 +78,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
76
  "height",
77
  "width",
78
  "channels"
79
- ]
 
 
 
 
 
 
 
 
 
 
80
  },
81
- "observation.images.wrist": {
82
  "dtype": "video",
83
  "shape": [
84
  480,
@@ -89,9 +101,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
89
  "height",
90
  "width",
91
  "channels"
92
- ]
 
 
 
 
 
 
 
 
 
 
93
  },
94
- "observation.images.belly": {
95
  "dtype": "video",
96
  "shape": [
97
  480,
@@ -102,7 +124,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
102
  "height",
103
  "width",
104
  "channels"
105
- ]
 
 
 
 
 
 
 
 
 
 
106
  },
107
  "timestamp": {
108
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so_follower",
29
+ "total_episodes": 1,
30
+ "total_frames": 813,
31
+ "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
  "features": {
 
67
  6
68
  ]
69
  },
70
+ "observation.images.camera1": {
71
  "dtype": "video",
72
  "shape": [
73
  480,
 
78
  "height",
79
  "width",
80
  "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
  },
93
+ "observation.images.camera2": {
94
  "dtype": "video",
95
  "shape": [
96
  480,
 
101
  "height",
102
  "width",
103
  "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 640,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 30,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
  },
116
+ "observation.images.camera3": {
117
  "dtype": "video",
118
  "shape": [
119
  480,
 
124
  "height",
125
  "width",
126
  "channels"
127
+ ],
128
+ "info": {
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 30,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
  },
139
  "timestamp": {
140
  "dtype": "float32",