Ravenh97 commited on
Commit
4cb9ca9
·
verified ·
1 Parent(s): c95e638

Add fridge_m_v2_dr meta

Browse files
.gitattributes CHANGED
@@ -60,3 +60,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  fridge_m_0.7_pd_dr/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
62
  3drawers_v2_dr/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  fridge_m_0.7_pd_dr/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
62
  3drawers_v2_dr/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ fridge_m_v2_dr/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
fridge_m_v2_dr/meta/episodes.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
fridge_m_v2_dr/meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c6ddc57720a3cb47841ec1cb6272fd87fb8d0e955ab94cef939bfb31cc0229
3
+ size 17004559
fridge_m_v2_dr/meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 6360,
5
+ "total_frames": 1904105,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 7,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:6360"
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
+ "exterior_image_1_left": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 180,
21
+ 320,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "wrist_image_left": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 180,
34
+ 320,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "joint_position": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "names": [
49
+ "joint_position"
50
+ ]
51
+ },
52
+ "gripper_position": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": [
58
+ "gripper_position"
59
+ ]
60
+ },
61
+ "actions": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 8
65
+ ],
66
+ "names": [
67
+ "actions"
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
+ }
fridge_m_v2_dr/meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "open the fridge"}