Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- meta/episodes.jsonl +0 -0
- meta/episodes_stats.jsonl +3 -0
- meta/info.json +130 -0
- meta/tasks.jsonl +40 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
|
meta/episodes.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97bb2159834d56ebc8434c2b2b7c3bc72c5727d3dec7920432f5e15e515f2de0
|
| 3 |
+
size 35889226
|
meta/info.json
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": "panda",
|
| 4 |
+
"total_episodes": 14347,
|
| 5 |
+
"total_frames": 2238036,
|
| 6 |
+
"total_tasks": 40,
|
| 7 |
+
"total_videos": 28694,
|
| 8 |
+
"total_chunks": 15,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 20,
|
| 11 |
+
"splits": {
|
| 12 |
+
"train": "0:14347"
|
| 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.images.front": {
|
| 18 |
+
"dtype": "video",
|
| 19 |
+
"shape": [
|
| 20 |
+
256,
|
| 21 |
+
256,
|
| 22 |
+
3
|
| 23 |
+
],
|
| 24 |
+
"names": [
|
| 25 |
+
"height",
|
| 26 |
+
"width",
|
| 27 |
+
"channel"
|
| 28 |
+
],
|
| 29 |
+
"info": {
|
| 30 |
+
"video.height": 256,
|
| 31 |
+
"video.width": 256,
|
| 32 |
+
"video.codec": "av1",
|
| 33 |
+
"video.pix_fmt": "yuv420p",
|
| 34 |
+
"video.is_depth_map": false,
|
| 35 |
+
"video.fps": 20,
|
| 36 |
+
"video.channels": 3,
|
| 37 |
+
"has_audio": false
|
| 38 |
+
}
|
| 39 |
+
},
|
| 40 |
+
"observation.images.wrist": {
|
| 41 |
+
"dtype": "video",
|
| 42 |
+
"shape": [
|
| 43 |
+
256,
|
| 44 |
+
256,
|
| 45 |
+
3
|
| 46 |
+
],
|
| 47 |
+
"names": [
|
| 48 |
+
"height",
|
| 49 |
+
"width",
|
| 50 |
+
"channel"
|
| 51 |
+
],
|
| 52 |
+
"info": {
|
| 53 |
+
"video.height": 256,
|
| 54 |
+
"video.width": 256,
|
| 55 |
+
"video.codec": "av1",
|
| 56 |
+
"video.pix_fmt": "yuv420p",
|
| 57 |
+
"video.is_depth_map": false,
|
| 58 |
+
"video.fps": 20,
|
| 59 |
+
"video.channels": 3,
|
| 60 |
+
"has_audio": false
|
| 61 |
+
}
|
| 62 |
+
},
|
| 63 |
+
"observation.state": {
|
| 64 |
+
"dtype": "float32",
|
| 65 |
+
"shape": [
|
| 66 |
+
8
|
| 67 |
+
],
|
| 68 |
+
"names": [
|
| 69 |
+
"state_0",
|
| 70 |
+
"state_1",
|
| 71 |
+
"state_2",
|
| 72 |
+
"state_3",
|
| 73 |
+
"state_4",
|
| 74 |
+
"state_5",
|
| 75 |
+
"state_6",
|
| 76 |
+
"state_7"
|
| 77 |
+
]
|
| 78 |
+
},
|
| 79 |
+
"action": {
|
| 80 |
+
"dtype": "float32",
|
| 81 |
+
"shape": [
|
| 82 |
+
7
|
| 83 |
+
],
|
| 84 |
+
"names": [
|
| 85 |
+
"action_0",
|
| 86 |
+
"action_1",
|
| 87 |
+
"action_2",
|
| 88 |
+
"action_3",
|
| 89 |
+
"action_4",
|
| 90 |
+
"action_5",
|
| 91 |
+
"action_6"
|
| 92 |
+
]
|
| 93 |
+
},
|
| 94 |
+
"timestamp": {
|
| 95 |
+
"dtype": "float32",
|
| 96 |
+
"shape": [
|
| 97 |
+
1
|
| 98 |
+
],
|
| 99 |
+
"names": null
|
| 100 |
+
},
|
| 101 |
+
"frame_index": {
|
| 102 |
+
"dtype": "int64",
|
| 103 |
+
"shape": [
|
| 104 |
+
1
|
| 105 |
+
],
|
| 106 |
+
"names": null
|
| 107 |
+
},
|
| 108 |
+
"episode_index": {
|
| 109 |
+
"dtype": "int64",
|
| 110 |
+
"shape": [
|
| 111 |
+
1
|
| 112 |
+
],
|
| 113 |
+
"names": null
|
| 114 |
+
},
|
| 115 |
+
"index": {
|
| 116 |
+
"dtype": "int64",
|
| 117 |
+
"shape": [
|
| 118 |
+
1
|
| 119 |
+
],
|
| 120 |
+
"names": null
|
| 121 |
+
},
|
| 122 |
+
"task_index": {
|
| 123 |
+
"dtype": "int64",
|
| 124 |
+
"shape": [
|
| 125 |
+
1
|
| 126 |
+
],
|
| 127 |
+
"names": null
|
| 128 |
+
}
|
| 129 |
+
}
|
| 130 |
+
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "put the white mug on the left plate and put the yellow and white mug on the right plate"}
|
| 2 |
+
{"task_index": 1, "task": "put the cream cheese in the bowl"}
|
| 3 |
+
{"task_index": 2, "task": "pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate"}
|
| 4 |
+
{"task_index": 3, "task": "pick up the alphabet soup and place it in the basket"}
|
| 5 |
+
{"task_index": 4, "task": "pick up the black bowl next to the cookie box and place it on the plate"}
|
| 6 |
+
{"task_index": 5, "task": "put the wine bottle on top of the cabinet"}
|
| 7 |
+
{"task_index": 6, "task": "pick up the black bowl from table center and place it on the plate"}
|
| 8 |
+
{"task_index": 7, "task": "open the middle drawer of the cabinet"}
|
| 9 |
+
{"task_index": 8, "task": "pick up the milk and place it in the basket"}
|
| 10 |
+
{"task_index": 9, "task": "put the bowl on the plate"}
|
| 11 |
+
{"task_index": 10, "task": "put both the cream cheese box and the butter in the basket"}
|
| 12 |
+
{"task_index": 11, "task": "pick up the black bowl next to the ramekin and place it on the plate"}
|
| 13 |
+
{"task_index": 12, "task": "pick up the ketchup and place it in the basket"}
|
| 14 |
+
{"task_index": 13, "task": "put the wine bottle on the rack"}
|
| 15 |
+
{"task_index": 14, "task": "turn on the stove and put the moka pot on it"}
|
| 16 |
+
{"task_index": 15, "task": "pick up the black bowl next to the plate and place it on the plate"}
|
| 17 |
+
{"task_index": 16, "task": "pick up the butter and place it in the basket"}
|
| 18 |
+
{"task_index": 17, "task": "pick up the chocolate pudding and place it in the basket"}
|
| 19 |
+
{"task_index": 18, "task": "put both the alphabet soup and the cream cheese box in the basket"}
|
| 20 |
+
{"task_index": 19, "task": "put the bowl on top of the cabinet"}
|
| 21 |
+
{"task_index": 20, "task": "pick up the tomato sauce and place it in the basket"}
|
| 22 |
+
{"task_index": 21, "task": "pick up the black bowl on the stove and place it on the plate"}
|
| 23 |
+
{"task_index": 22, "task": "pick up the orange juice and place it in the basket"}
|
| 24 |
+
{"task_index": 23, "task": "pick up the black bowl on the ramekin and place it on the plate"}
|
| 25 |
+
{"task_index": 24, "task": "open the top drawer and put the bowl inside"}
|
| 26 |
+
{"task_index": 25, "task": "put the white mug on the plate and put the chocolate pudding to the right of the plate"}
|
| 27 |
+
{"task_index": 26, "task": "put the bowl on the stove"}
|
| 28 |
+
{"task_index": 27, "task": "put the black bowl in the bottom drawer of the cabinet and close it"}
|
| 29 |
+
{"task_index": 28, "task": "put the yellow and white mug in the microwave and close it"}
|
| 30 |
+
{"task_index": 29, "task": "turn on the stove"}
|
| 31 |
+
{"task_index": 30, "task": "pick up the cream cheese and place it in the basket"}
|
| 32 |
+
{"task_index": 31, "task": "pick up the bbq sauce and place it in the basket"}
|
| 33 |
+
{"task_index": 32, "task": "pick up the black bowl between the plate and the ramekin and place it on the plate"}
|
| 34 |
+
{"task_index": 33, "task": "put both moka pots on the stove"}
|
| 35 |
+
{"task_index": 34, "task": "pick up the black bowl on the cookie box and place it on the plate"}
|
| 36 |
+
{"task_index": 35, "task": "pick up the salad dressing and place it in the basket"}
|
| 37 |
+
{"task_index": 36, "task": "push the plate to the front of the stove"}
|
| 38 |
+
{"task_index": 37, "task": "put both the alphabet soup and the tomato sauce in the basket"}
|
| 39 |
+
{"task_index": 38, "task": "pick up the black bowl on the wooden cabinet and place it on the plate"}
|
| 40 |
+
{"task_index": 39, "task": "pick up the book and place it in the back compartment of the caddy"}
|