shuhei25 commited on
Commit
da30ba0
·
verified ·
1 Parent(s): 9be246c

Delete TestFoldingModel1125_2

Browse files
TestFoldingModel1125_2/meta/info.json DELETED
@@ -1,92 +0,0 @@
1
- {
2
- "codebase_version": "v3.0",
3
- "robot_type": "so101_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": 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": {
15
- "action": {
16
- "dtype": "float32",
17
- "names": [
18
- "shoulder_pan.pos",
19
- "shoulder_lift.pos",
20
- "elbow_flex.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",
34
- "elbow_flex.pos",
35
- "wrist_flex.pos",
36
- "wrist_roll.pos",
37
- "gripper.pos"
38
- ],
39
- "shape": [
40
- 6
41
- ]
42
- },
43
- "observation.images.front": {
44
- "dtype": "video",
45
- "shape": [
46
- 360,
47
- 640,
48
- 3
49
- ],
50
- "names": [
51
- "height",
52
- "width",
53
- "channels"
54
- ]
55
- },
56
- "timestamp": {
57
- "dtype": "float32",
58
- "shape": [
59
- 1
60
- ],
61
- "names": null
62
- },
63
- "frame_index": {
64
- "dtype": "int64",
65
- "shape": [
66
- 1
67
- ],
68
- "names": null
69
- },
70
- "episode_index": {
71
- "dtype": "int64",
72
- "shape": [
73
- 1
74
- ],
75
- "names": null
76
- },
77
- "index": {
78
- "dtype": "int64",
79
- "shape": [
80
- 1
81
- ],
82
- "names": null
83
- },
84
- "task_index": {
85
- "dtype": "int64",
86
- "shape": [
87
- 1
88
- ],
89
- "names": null
90
- }
91
- }
92
- }