ethanCSL commited on
Commit
eb33fd6
·
verified ·
1 Parent(s): cad265c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +17 -39
meta/info.json CHANGED
@@ -1,24 +1,19 @@
1
  {
2
- "codebase_version": "v2.1",
3
  "robot_type": "koch_follower",
4
- "total_episodes": 1,
5
- "total_frames": 41,
6
- "total_tasks": 1,
7
- "total_videos": 2,
8
- "total_chunks": 1,
9
  "chunks_size": 1000,
 
 
10
  "fps": 30,
11
- "splits": {
12
- "train": "0:1"
13
- },
14
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
  "action": {
18
  "dtype": "float32",
19
- "shape": [
20
- 6
21
- ],
22
  "names": [
23
  "shoulder_pan.pos",
24
  "shoulder_lift.pos",
@@ -26,13 +21,13 @@
26
  "wrist_flex.pos",
27
  "wrist_roll.pos",
28
  "gripper.pos"
 
 
 
29
  ]
30
  },
31
  "observation.state": {
32
  "dtype": "float32",
33
- "shape": [
34
- 6
35
- ],
36
  "names": [
37
  "shoulder_pan.pos",
38
  "shoulder_lift.pos",
@@ -40,6 +35,9 @@
40
  "wrist_flex.pos",
41
  "wrist_roll.pos",
42
  "gripper.pos"
 
 
 
43
  ]
44
  },
45
  "observation.images.front": {
@@ -53,17 +51,7 @@
53
  "height",
54
  "width",
55
  "channels"
56
- ],
57
- "info": {
58
- "video.height": 480,
59
- "video.width": 640,
60
- "video.codec": "av1",
61
- "video.pix_fmt": "yuv420p",
62
- "video.is_depth_map": false,
63
- "video.fps": 30,
64
- "video.channels": 3,
65
- "has_audio": false
66
- }
67
  },
68
  "observation.images.top": {
69
  "dtype": "video",
@@ -76,17 +64,7 @@
76
  "height",
77
  "width",
78
  "channels"
79
- ],
80
- "info": {
81
- "video.height": 480,
82
- "video.width": 640,
83
- "video.codec": "av1",
84
- "video.pix_fmt": "yuv420p",
85
- "video.is_depth_map": false,
86
- "video.fps": 30,
87
- "video.channels": 3,
88
- "has_audio": false
89
- }
90
  },
91
  "timestamp": {
92
  "dtype": "float32",
 
1
  {
2
+ "codebase_version": "v3.0",
3
  "robot_type": "koch_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": {
15
  "action": {
16
  "dtype": "float32",
 
 
 
17
  "names": [
18
  "shoulder_pan.pos",
19
  "shoulder_lift.pos",
 
21
  "wrist_flex.pos",
22
  "wrist_roll.pos",
23
  "gripper.pos"
24
+ ],
25
+ "shape": [
26
+ 6
27
  ]
28
  },
29
  "observation.state": {
30
  "dtype": "float32",
 
 
 
31
  "names": [
32
  "shoulder_pan.pos",
33
  "shoulder_lift.pos",
 
35
  "wrist_flex.pos",
36
  "wrist_roll.pos",
37
  "gripper.pos"
38
+ ],
39
+ "shape": [
40
+ 6
41
  ]
42
  },
43
  "observation.images.front": {
 
51
  "height",
52
  "width",
53
  "channels"
54
+ ]
 
 
 
 
 
 
 
 
 
 
55
  },
56
  "observation.images.top": {
57
  "dtype": "video",
 
64
  "height",
65
  "width",
66
  "channels"
67
+ ]
 
 
 
 
 
 
 
 
 
 
68
  },
69
  "timestamp": {
70
  "dtype": "float32",