arsenxeno commited on
Commit
73832df
·
verified ·
1 Parent(s): 973cea6

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +10 -144
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. data/chunk-000/episode_000028.parquet +3 -0
  31. data/chunk-000/episode_000029.parquet +3 -0
  32. data/chunk-000/episode_000030.parquet +3 -0
  33. data/chunk-000/episode_000031.parquet +3 -0
  34. data/chunk-000/episode_000032.parquet +3 -0
  35. data/chunk-000/episode_000033.parquet +3 -0
  36. data/chunk-000/episode_000034.parquet +3 -0
  37. data/chunk-000/episode_000035.parquet +3 -0
  38. data/chunk-000/episode_000036.parquet +3 -0
  39. data/chunk-000/episode_000037.parquet +3 -0
  40. data/chunk-000/episode_000038.parquet +3 -0
  41. data/chunk-000/episode_000039.parquet +3 -0
  42. data/chunk-000/episode_000040.parquet +3 -0
  43. data/chunk-000/episode_000041.parquet +3 -0
  44. data/chunk-000/episode_000042.parquet +3 -0
  45. data/chunk-000/episode_000043.parquet +3 -0
  46. data/chunk-000/episode_000044.parquet +3 -0
  47. data/chunk-000/episode_000045.parquet +3 -0
  48. data/chunk-000/episode_000046.parquet +3 -0
  49. data/chunk-000/episode_000047.parquet +3 -0
  50. data/chunk-000/episode_000048.parquet +3 -0
README.md CHANGED
@@ -1,151 +1,17 @@
 
1
  ---
2
- license: apache-2.0
3
- task_categories:
4
- - robotics
5
  tags:
6
- - LeRobot
7
- configs:
8
- - config_name: default
9
- data_files: data/*/*.parquet
 
10
  ---
11
 
12
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
-
14
- ## Dataset Description
15
-
16
-
17
-
18
- - **Homepage:** [More Information Needed]
19
- - **Paper:** [More Information Needed]
20
- - **License:** apache-2.0
21
-
22
- ## Dataset Structure
23
-
24
- [meta/info.json](meta/info.json):
25
- ```json
26
- {
27
- "codebase_version": "v2.1",
28
- "robot_type": "bi_so100_follower",
29
- "total_episodes": 1,
30
- "total_frames": 209,
31
- "total_tasks": 1,
32
- "total_videos": 1,
33
- "total_chunks": 1,
34
- "chunks_size": 1000,
35
- "fps": 30,
36
- "splits": {
37
- "train": "0:1"
38
- },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
- "features": {
42
- "action": {
43
- "dtype": "float32",
44
- "shape": [
45
- 12
46
- ],
47
- "names": [
48
- "left_shoulder_pan.pos",
49
- "left_shoulder_lift.pos",
50
- "left_elbow_flex.pos",
51
- "left_wrist_flex.pos",
52
- "left_wrist_roll.pos",
53
- "left_gripper.pos",
54
- "right_shoulder_pan.pos",
55
- "right_shoulder_lift.pos",
56
- "right_elbow_flex.pos",
57
- "right_wrist_flex.pos",
58
- "right_wrist_roll.pos",
59
- "right_gripper.pos"
60
- ]
61
- },
62
- "observation.state": {
63
- "dtype": "float32",
64
- "shape": [
65
- 12
66
- ],
67
- "names": [
68
- "left_shoulder_pan.pos",
69
- "left_shoulder_lift.pos",
70
- "left_elbow_flex.pos",
71
- "left_wrist_flex.pos",
72
- "left_wrist_roll.pos",
73
- "left_gripper.pos",
74
- "right_shoulder_pan.pos",
75
- "right_shoulder_lift.pos",
76
- "right_elbow_flex.pos",
77
- "right_wrist_flex.pos",
78
- "right_wrist_roll.pos",
79
- "right_gripper.pos"
80
- ]
81
- },
82
- "observation.images.front": {
83
- "dtype": "video",
84
- "shape": [
85
- 1080,
86
- 1920,
87
- 3
88
- ],
89
- "names": [
90
- "height",
91
- "width",
92
- "channels"
93
- ],
94
- "info": {
95
- "video.height": 1080,
96
- "video.width": 1920,
97
- "video.codec": "av1",
98
- "video.pix_fmt": "yuv420p",
99
- "video.is_depth_map": false,
100
- "video.fps": 30,
101
- "video.channels": 3,
102
- "has_audio": false
103
- }
104
- },
105
- "timestamp": {
106
- "dtype": "float32",
107
- "shape": [
108
- 1
109
- ],
110
- "names": null
111
- },
112
- "frame_index": {
113
- "dtype": "int64",
114
- "shape": [
115
- 1
116
- ],
117
- "names": null
118
- },
119
- "episode_index": {
120
- "dtype": "int64",
121
- "shape": [
122
- 1
123
- ],
124
- "names": null
125
- },
126
- "index": {
127
- "dtype": "int64",
128
- "shape": [
129
- 1
130
- ],
131
- "names": null
132
- },
133
- "task_index": {
134
- "dtype": "int64",
135
- "shape": [
136
- 1
137
- ],
138
- "names": null
139
- }
140
- }
141
- }
142
- ```
143
-
144
 
145
- ## Citation
146
 
147
- **BibTeX:**
148
 
149
- ```bibtex
150
- [More Information Needed]
151
- ```
 
1
+
2
  ---
 
 
 
3
  tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
  ---
10
 
11
+ # record-test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
+ **This dataset was generated using [phosphobot](https://docs.phospho.ai).**
14
 
15
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot.
16
 
17
+ To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
 
 
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc296d572e30ab27d52aec1aa0bf6991d24330e2cdd79f8759b2e3179538cdd9
3
+ size 91169
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07937d33feb4ee93016af51665a2c26015bac255948317934352ee3a16dcba20
3
+ size 74106
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265bf72107f4e2476c0560d64786559693f0d0a69f3bb62da41701223d4ab84e
3
+ size 77704
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e822d5a1cf009b6a1d22015c0d188681d302660ce09ecefdc6b87000d825bfa
3
+ size 91221
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38dea60d2a0ab2e5adddb3970a24cc9c45bad4e6626998eb5d0741825560b600
3
+ size 90111
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0f531acab1b20eecda6612b93bdb8c4fa9889f2c722dac54a0a10ac1cca4c0
3
+ size 88134
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52afdfc4307bc67c217fefe521924dfecb637545a0a33e35771378887d6017c5
3
+ size 80569
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce86cc462c7a9ba63ad671d48ad82fecff6997d50fe028cf825caaf0b32c354
3
+ size 92455
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3249d98de4d52e945724de3e1fe62c5152517d1aaf0e0c13b8be1626d01ad6a7
3
+ size 91985
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee2a5f61fca89d35984a7a53ec12514fe631fbec2203702a5fceec6a10fad4f4
3
+ size 88522
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c485fbc00d2d8a4a45ff97cd5cea207a31b268ef48760b9f09fb9f6a78409f74
3
+ size 83235
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a4d50485cbbf5e8f99079db9b6ba8e596baf3e62107749c46e1096da6a298c1
3
+ size 84528
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4146f7145bd6174aa40e57c22163a579c60a69a58945f3a06bc2836c72c8622
3
+ size 94024
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a06c54ade97548aaaafc7149596687b2ff7230694a8ae9806899136ea72ee12
3
+ size 92340
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56691eb8b9943aa8e1c2e87e2b7d9cb465348d24e6f9e73dcf071fb6e5a07836
3
+ size 95101
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceaae6aff4ae7eb5d499c1fe9d24b0ad7064104c54b2dabf059e1f25aeef18e2
3
+ size 91890
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5909013d056f7cefddfbabb800ad266ec3f567a857f62c6e64993f7360140992
3
+ size 77208
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d214f9784698082db1b89b7e372999c713c0ca56aceed77ae989143a59fe57
3
+ size 76462
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497e5fe40d41a60317d3cd1619755dd8e1c418c4ac95407addc6de8539553bd8
3
+ size 68519
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7897dfdfc9df6a96235c13561c62bfec8425f762f6682e8e6ebe8a3f7348f1f8
3
+ size 73822
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e522bea7c64b47cbc5f3a100af49f9affb913bfffdd2fddb975bd85d721797
3
+ size 78267
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57dca7cf16dd77c551b620ff714b0cfedfce08ecd99b6418cfa11bf8d4646d3
3
+ size 98707
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c9c5b5e17e4b319f9300217f0e0bdb855bc8ba74d05450a9eee301482ebd6f
3
+ size 91223
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba9ce3474458759b52f2f18573fa11da83567ec3e8280dc71f6c81289a2b594
3
+ size 92698
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d7d142a07f2cd78386dafd80d398ade1eb61724cc8d4d7cb9d0dd2ba566e547
3
+ size 76084
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19dc5e0ab0f8b5cd96f198aa0b653165e6dae2a7f4e22dbbe1932c83e4c47763
3
+ size 88702
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888be3b568ff2d3974a1d2ebbf1d72ba2fe20c9c7e6026611a40ef74f3aff9e9
3
+ size 86307
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60587bd5bad074d82a6ab2c67d47c259cd34867e10cfd3150c79fce82fd4fa9a
3
+ size 83326
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b14c8626ee200be9284c76ce9a2dfcf83b275e23a6196cd54ab9ff0f3bc3935
3
+ size 95993
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c640c9bff2f6a0ae5972f5cf1e13813b7c34f7dc301d905b4fd52e09ca1d98e
3
+ size 82065
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946f41d46ec5d7655e0a66ee73a4abfab6fab45aaa5263a0174def80547c76d8
3
+ size 80657
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082edec219dc617499a9ea2caf9abb38c50aa1d13d8f24296efa56ae604d9509
3
+ size 79885
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f6f7fa31869b47252709eb002765ef4b05d2d8022b83341730c8bad792f4505
3
+ size 61852
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d818f26dd65069079a49d18184256e2384420d7655dd92190f4d870be624246
3
+ size 88183
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:714d5c7811e12a2d62c8f04dc4e00052fb3bfc6142cbf913d1d97e7a0c14b973
3
+ size 70358
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e054621fb2a6f40330d187ed41175f815e1fbb7b9b68d5e89b58c9e751d7aa3
3
+ size 66094
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c3498ac4215f9ab268af7ef41298f06e0f906178cd56c55454db81a815a53e0
3
+ size 73405
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6149ab27d248ec6de09aad62cedab7decdc902f78433950bedb81e8693311fa
3
+ size 62092
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0597a7b90b98bbe4f1a33e6c1c97400c87ecb0896604cf68e2b08f600fc407
3
+ size 64663
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d662d31f03d36841d8a3ad409bbf85e91e7835f66eced0ff964e2d29616dfb1
3
+ size 59434
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6705d32664c783e3ec4bb4ebbb6fc0dd9a79d8438d5afe2647af613b8fbb5a6
3
+ size 64171
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c17a53815463de494cd0b5b8a86d985d61a24e56802fdb8e3e9d01fd6044774
3
+ size 62255
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943c7616aa8e157c8450ecf8d9c92e7850406c60e95cd5bd3b5cb2fa39c96155
3
+ size 64876
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ea25edb0f9bec3eea8bcfbfed7581592ceafccf9d52b844a296c9d1af3b3e1
3
+ size 65118
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bbaaf2143bace58a52e257a573503645d67cd2b5d637fa2e4205243430531c0
3
+ size 65123
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209ac1fd985611ee095a2e2d0e46a051908505ac68b9ecda53c2aa0e3221bccf
3
+ size 70536
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3e27bae1fb6c65ed6c5b0ed75b611a15b7011a3b990d279b41478b603d3282
3
+ size 68139
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b02981bcb6b8fbe3159f74de58b4becab9020858bca87aa4599a72aaf12c0e8a
3
+ size 66471
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c416cce2b1569aa6ea54627920b3b4202b57489fc014e9c04fba802b9d06353
3
+ size 65521