Sraghvi commited on
Commit
9fc9e15
·
verified ·
1 Parent(s): c884528

Remove meta/info.json - not needed for HF viewer

Browse files
Files changed (1) hide show
  1. meta/info.json +0 -106
meta/info.json DELETED
@@ -1,106 +0,0 @@
1
- {
2
- "codebase_version": "v2.1",
3
- "robot_type": "single_arm",
4
- "total_episodes": 1,
5
- "total_frames": 1416,
6
- "total_tasks": 1,
7
- "total_videos": 3,
8
- "total_chunks": 1,
9
- "chunks_size": 1,
10
- "fps": 30.0,
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
- "observation.state": {
18
- "dtype": "float32",
19
- "shape": [
20
- 7
21
- ],
22
- "names": [
23
- "shoulder_pan_joint",
24
- "shoulder_lift_joint",
25
- "elbow_joint",
26
- "wrist_1_joint",
27
- "wrist_2_joint",
28
- "wrist_3_joint",
29
- "gripper"
30
- ]
31
- },
32
- "action": {
33
- "dtype": "float32",
34
- "shape": [
35
- 7
36
- ],
37
- "names": [
38
- "shoulder_pan_joint",
39
- "shoulder_lift_joint",
40
- "elbow_joint",
41
- "wrist_1_joint",
42
- "wrist_2_joint",
43
- "wrist_3_joint",
44
- "gripper"
45
- ]
46
- },
47
- "observation.images.camera": {
48
- "dtype": "video",
49
- "shape": [
50
- 480,
51
- 640,
52
- 3
53
- ],
54
- "names": [
55
- "height",
56
- "width",
57
- "channels"
58
- ],
59
- "info": {
60
- "video.height": 480,
61
- "video.width": 640,
62
- "video.codec": "h264",
63
- "video.pix_fmt": "yuv420p",
64
- "video.is_depth_map": false,
65
- "video.fps": 30.0,
66
- "video.channels": 3,
67
- "has_audio": false
68
- }
69
- },
70
- "timestamp": {
71
- "dtype": "float32",
72
- "shape": [
73
- 1
74
- ],
75
- "names": null
76
- },
77
- "frame_index": {
78
- "dtype": "int64",
79
- "shape": [
80
- 1
81
- ],
82
- "names": null
83
- },
84
- "episode_index": {
85
- "dtype": "int64",
86
- "shape": [
87
- 1
88
- ],
89
- "names": null
90
- },
91
- "index": {
92
- "dtype": "int64",
93
- "shape": [
94
- 1
95
- ],
96
- "names": null
97
- },
98
- "task_index": {
99
- "dtype": "int64",
100
- "shape": [
101
- 1
102
- ],
103
- "names": null
104
- }
105
- }
106
- }