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

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:2bb8d522d156fee65c2cc918589a0fc711d25eb2bb1f6303fe4b8fddac8e8f14
3
+ size 5774
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the green cube and place it in the box."], "length": 41}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.440557479858398, 97.95574951171875, 14.467105865478516, -84.54399108886719, -7.71872615814209, 47.7334098815918], "max": [-11.05853271484375, 99.47776794433594, 15.637287139892578, -83.65567016601562, -7.468094825744629, 49.025062561035156], "mean": [-11.238279342651367, 99.10126495361328, 15.006731986999512, -84.19741821289062, -7.65034294128418, 48.27315139770508], "std": [0.08351021260023117, 0.2721037268638611, 0.30734705924987793, 0.21982987225055695, 0.04801758751273155, 0.32103678584098816], "count": [41]}, "observation.state": {"min": [-11.843711853027344, 98.046875, 17.920822143554688, 100.0, -7.936507701873779, 48.3102912902832], "max": [-11.159951210021973, 98.56771087646484, 17.981264114379883, 100.0, -7.838827610015869, 48.3102912902832], "mean": [-11.324338912963867, 98.18022918701172, 17.973892211914062, 100.0, -7.884092807769775, 48.310298919677734], "std": [0.15169250965118408, 0.09747260808944702, 0.019778385758399963, 0.0, 0.022601820528507233, 7.62939453125e-06], "count": [41]}, "observation.images.front": {"min": [[[0.011764705882352941]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.8666666666666667]], [[0.8705882352941177]]], "mean": [[[0.46588489857325044]], [[0.4265966493304639]], [[0.3927789036346246]]], "std": [[[0.30677325012924567]], [[0.2983231096585859]], [[0.30197765661100784]]], "count": [41]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.6521245068149211]], [[0.6470938944683564]], [[0.6282043928343695]]], "std": [[[0.20880250826217925]], [[0.21344930795118]], [[0.2158374868170063]]], "count": [41]}, "timestamp": {"min": [0.0], "max": [1.3333333333333333], "mean": [0.6666666666666666], "std": [0.39440531887330776], "count": [41]}, "frame_index": {"min": [0], "max": [40], "mean": [20.0], "std": [11.832159566199232], "count": [41]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [41]}, "index": {"min": [0], "max": [40], "mean": [20.0], "std": [11.832159566199232], "count": [41]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [41]}}}
meta/info.json CHANGED
@@ -1,14 +1,16 @@
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "koch_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.top": {
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": "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": {
 
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
  "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": "Pick up the green cube and place it in the box."}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa431354cc3798bf3cab772cc427bd3d05fe295b8b94357429761140d4ef0fc
3
+ size 331226
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:6ba07961fd93b670fb76bddd984d230b5ba854abe63b7c98d5eee81269325f09
3
+ size 376326