nvail23 commited on
Commit
d98323d
·
verified ·
1 Parent(s): 0f74358

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d79907694d5cc65261dcd42ca6abb569e9424dc5e6a882548433c3449f8d41
3
+ size 31524
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Place the blue 2-snap in the kit"], "length": 409}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-81.31999969482422, -99.17790985107422, -73.32292175292969, 51.059783935546875, -42.642921447753906, 0.7483911514282227], "max": [1.6528778076171875, 34.16967010498047, 101.83516693115234, 100.08937072753906, 66.66773223876953, 19.36916160583496], "mean": [-32.2423095703125, -14.273270606994629, 3.365288734436035, 76.95536804199219, 26.27361488342285, 5.239522933959961], "std": [34.29552459716797, 44.71821594238281, 56.280391693115234, 17.380712509155273, 47.191829681396484, 6.266673564910889], "count": [409]}, "observation.state": {"min": [-80.56349182128906, -99.13644409179688, -70.02409362792969, 52.64462661743164, -42.33779525756836, 1.9753086566925049], "max": [1.0208247900009155, 34.71502685546875, 99.42168426513672, 99.4214859008789, 66.3216323852539, 18.703702926635742], "mean": [-32.37104034423828, -13.256763458251953, 4.597394943237305, 77.12175750732422, 26.03446388244629, 5.380486965179443], "std": [34.212894439697266, 45.37255859375, 55.74615478515625, 17.198148727416992, 47.115570068359375, 6.162259578704834], "count": [409]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5529031883169935]], [[0.5243266033496732]], [[0.5123291809640523]]], "std": [[[0.30791832541101827]], [[0.3264054346910327]], [[0.3188094333428066]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5022106025326797]], [[0.4839624591503268]], [[0.5001939133986928]]], "std": [[[0.22398748692329587]], [[0.24439634747840613]], [[0.2275775153267669]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.6], "mean": [6.8], "std": [3.935592571505451], "count": [409]}, "frame_index": {"min": [0], "max": [408], "mean": [204.0], "std": [118.06777714516353], "count": [409]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [409]}, "index": {"min": [0], "max": [408], "mean": [204.0], "std": [118.06777714516353], "count": [409]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [409]}}}
meta/info.json CHANGED
@@ -1,14 +1,16 @@
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "so101_follower",
4
- "total_episodes": 0,
5
- "total_frames": 0,
6
- "total_tasks": 0,
7
- "total_videos": 0,
8
- "total_chunks": 0,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
- "splits": {},
 
 
12
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
  "features": {
@@ -51,7 +53,17 @@
51
  "height",
52
  "width",
53
  "channels"
54
- ]
 
 
 
 
 
 
 
 
 
 
55
  },
56
  "observation.images.wrist": {
57
  "dtype": "video",
@@ -64,7 +76,17 @@
64
  "height",
65
  "width",
66
  "channels"
67
- ]
 
 
 
 
 
 
 
 
 
 
68
  },
69
  "timestamp": {
70
  "dtype": "float32",
 
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 409,
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": {
 
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.wrist": {
69
  "dtype": "video",
 
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",
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Place the blue 2-snap in the kit"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743856190d76241d6981e11187c2f7805f90208b85ac3fa26c9c866403b3ad81
3
+ size 7379940
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7a271f9da089c916f9b22527ebe273c2bca7c3dbb11627343e98123a64b384
3
+ size 4457584