minkyuNoah commited on
Commit
b15f9fe
·
verified ·
1 Parent(s): b8609b6

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. meta/info.json +44 -17
meta/info.json CHANGED
@@ -1,16 +1,14 @@
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "Unitree_G1_Inspire",
4
- "total_episodes": 50,
5
- "total_frames": 11989,
6
- "total_tasks": 1,
7
  "chunks_size": 1000,
8
  "data_files_size_in_mb": 100,
9
  "video_files_size_in_mb": 500,
10
  "fps": 30,
11
- "splits": {
12
- "train": "0:50"
13
- },
14
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
  "features": {
@@ -86,7 +84,7 @@
86
  ]
87
  ]
88
  },
89
- "observation.images.cam_ego_view": {
90
  "dtype": "video",
91
  "shape": [
92
  480,
@@ -97,17 +95,46 @@
97
  "height",
98
  "width",
99
  "channel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  ],
101
- "info": {
102
- "video.height": 480,
103
- "video.width": 640,
104
- "video.codec": "av1",
105
- "video.pix_fmt": "yuv420p",
106
- "video.is_depth_map": false,
107
- "video.fps": 30,
108
- "video.channels": 3,
109
- "has_audio": false
110
- }
111
  },
112
  "timestamp": {
113
  "dtype": "float32",
 
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "Unitree_G1_Inspire",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
  "chunks_size": 1000,
8
  "data_files_size_in_mb": 100,
9
  "video_files_size_in_mb": 500,
10
  "fps": 30,
11
+ "splits": {},
 
 
12
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
 
84
  ]
85
  ]
86
  },
87
+ "observation.images.cam_left_high": {
88
  "dtype": "video",
89
  "shape": [
90
  480,
 
95
  "height",
96
  "width",
97
  "channel"
98
+ ]
99
+ },
100
+ "observation.images.cam_right_high": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 480,
104
+ 640,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channel"
111
+ ]
112
+ },
113
+ "observation.images.cam_left_wrist": {
114
+ "dtype": "video",
115
+ "shape": [
116
+ 480,
117
+ 640,
118
+ 3
119
+ ],
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channel"
124
+ ]
125
+ },
126
+ "observation.images.cam_right_wrist": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 480,
130
+ 640,
131
+ 3
132
  ],
133
+ "names": [
134
+ "height",
135
+ "width",
136
+ "channel"
137
+ ]
 
 
 
 
 
138
  },
139
  "timestamp": {
140
  "dtype": "float32",