asterism45 commited on
Commit
9967ae2
·
verified ·
1 Parent(s): 242638b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +43 -6
meta/info.json CHANGED
@@ -1,16 +1,14 @@
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "openarm_follower",
4
- "total_episodes": 1,
5
- "total_frames": 898,
6
- "total_tasks": 1,
7
  "chunks_size": 1000,
8
  "data_files_size_in_mb": 100,
9
  "video_files_size_in_mb": 200,
10
  "fps": 30,
11
- "splits": {
12
- "train": "0:1"
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": {
@@ -78,6 +76,45 @@
78
  24
79
  ]
80
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  "timestamp": {
82
  "dtype": "float32",
83
  "shape": [
 
1
  {
2
  "codebase_version": "v3.0",
3
  "robot_type": "openarm_follower",
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": 200,
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": {
 
76
  24
77
  ]
78
  },
79
+ "observation.images.cam_right_hand": {
80
+ "dtype": "video",
81
+ "shape": [
82
+ 480,
83
+ 640,
84
+ 3
85
+ ],
86
+ "names": [
87
+ "height",
88
+ "width",
89
+ "channels"
90
+ ]
91
+ },
92
+ "observation.images.cam_left_hand": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 480,
96
+ 640,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channels"
103
+ ]
104
+ },
105
+ "observation.images.cam_ego": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ]
117
+ },
118
  "timestamp": {
119
  "dtype": "float32",
120
  "shape": [