ramy-hty commited on
Commit
548cc86
·
verified ·
1 Parent(s): 72651dd

Clip frames to actual video timestamp ranges

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 +152 -0
  2. data/chunk-000/file-000.parquet +3 -0
  3. data/chunk-000/file-001.parquet +3 -0
  4. data/chunk-000/file-002.parquet +3 -0
  5. data/chunk-000/file-003.parquet +3 -0
  6. data/chunk-000/file-004.parquet +3 -0
  7. data/chunk-000/file-005.parquet +3 -0
  8. data/chunk-000/file-006.parquet +3 -0
  9. data/chunk-000/file-007.parquet +3 -0
  10. data/chunk-000/file-008.parquet +3 -0
  11. data/chunk-000/file-009.parquet +3 -0
  12. data/chunk-000/file-010.parquet +3 -0
  13. data/chunk-000/file-011.parquet +3 -0
  14. data/chunk-000/file-012.parquet +3 -0
  15. data/chunk-000/file-013.parquet +3 -0
  16. data/chunk-000/file-014.parquet +3 -0
  17. data/chunk-000/file-015.parquet +3 -0
  18. data/chunk-000/file-016.parquet +3 -0
  19. data/chunk-000/file-017.parquet +3 -0
  20. data/chunk-000/file-018.parquet +3 -0
  21. data/chunk-000/file-019.parquet +3 -0
  22. data/chunk-000/file-020.parquet +3 -0
  23. data/chunk-000/file-021.parquet +3 -0
  24. data/chunk-000/file-022.parquet +3 -0
  25. data/chunk-000/file-023.parquet +3 -0
  26. data/chunk-000/file-024.parquet +3 -0
  27. data/chunk-000/file-025.parquet +3 -0
  28. data/chunk-000/file-026.parquet +3 -0
  29. data/chunk-000/file-027.parquet +3 -0
  30. data/chunk-000/file-028.parquet +3 -0
  31. data/chunk-000/file-029.parquet +3 -0
  32. data/chunk-000/file-030.parquet +3 -0
  33. data/chunk-000/file-031.parquet +3 -0
  34. data/chunk-000/file-032.parquet +3 -0
  35. data/chunk-000/file-033.parquet +3 -0
  36. data/chunk-000/file-034.parquet +3 -0
  37. data/chunk-000/file-035.parquet +3 -0
  38. data/chunk-000/file-036.parquet +3 -0
  39. data/chunk-000/file-037.parquet +3 -0
  40. data/chunk-000/file-038.parquet +3 -0
  41. data/chunk-000/file-039.parquet +3 -0
  42. data/chunk-000/file-040.parquet +3 -0
  43. data/chunk-000/file-041.parquet +3 -0
  44. data/chunk-000/file-042.parquet +3 -0
  45. data/chunk-000/file-043.parquet +3 -0
  46. data/chunk-000/file-044.parquet +3 -0
  47. data/chunk-000/file-045.parquet +3 -0
  48. data/chunk-000/file-046.parquet +3 -0
  49. data/chunk-000/file-047.parquet +3 -0
  50. data/chunk-000/file-048.parquet +3 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=ETHrobotlearning/tv-config4-blue-red-green">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 10,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_flex.pos",
44
+ "wrist_roll.pos",
45
+ "gripper.pos"
46
+ ],
47
+ "shape": [
48
+ 6
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "shoulder_pan.pos",
55
+ "shoulder_lift.pos",
56
+ "elbow_flex.pos",
57
+ "wrist_flex.pos",
58
+ "wrist_roll.pos",
59
+ "gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 6
63
+ ]
64
+ },
65
+ "observation.images.front": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "video.height": 480,
79
+ "video.width": 640,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 10,
84
+ "video.channels": 3,
85
+ "has_audio": false,
86
+ "video.g": 2,
87
+ "video.crf": 30,
88
+ "video.preset": 12,
89
+ "video.fast_decode": 0,
90
+ "video.video_backend": "pyav",
91
+ "video.extra_options": {}
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
+ "total_episodes": 36,
131
+ "total_frames": 4845,
132
+ "total_tasks": 3,
133
+ "chunks_size": 1000,
134
+ "data_files_size_in_mb": 100,
135
+ "video_files_size_in_mb": 200,
136
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
137
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
138
+ "robot_type": "so_follower",
139
+ "splits": {
140
+ "train": "0:36"
141
+ }
142
+ }
143
+ ```
144
+
145
+
146
+ ## Citation
147
+
148
+ **BibTeX:**
149
+
150
+ ```bibtex
151
+ [More Information Needed]
152
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4bde986b87925a1da79768d741d14b42c415b7bf0bdd86e1110f99faedcfd6
3
+ size 11294
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986f665c7451863a0a0091a641388ada5047f3ccdd71285d71658b70e33ffc22
3
+ size 11121
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c359c485cdd21733942b1308d00ba3589748701762a124c2d153418657bc7cb
3
+ size 11301
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e8f2bd19f02fdfa8ea57680ea569a4d689544b4a709eba25b1e08f25f4b21e
3
+ size 11220
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792fe23a5fc31db47d40ff143d824c6ccc205b288216320362d05d6f744e8732
3
+ size 11163
data/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63181656693ac1c7ed867b511bd4be4835524e1dd8b4ae3e4cbff11eea1fcb5
3
+ size 11291
data/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14f16217cf3839ce21d9fc4418ac3219e617f2e6cac90f9081bbca75cbcbc40b
3
+ size 11384
data/chunk-000/file-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a27256f86a62f43f5b94a6990b10a225a7ba0c95d11b078f7e4890eec63f22
3
+ size 11123
data/chunk-000/file-008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1421c35e782f86b2ce5fc5c9e879e606fda78d2a88b52232745f2fb7dba7e7
3
+ size 11655
data/chunk-000/file-009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7b42202d28c3dbbb736612529e5f5731cc3aa0bb2f5ccd661ecc69724791ba6
3
+ size 12004
data/chunk-000/file-010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e8df3846895c689573440ea9978226ebe844c07a00df755933c4609240e171
3
+ size 14880
data/chunk-000/file-011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f0a4ea6754ee85671dad6451468a0d6180b6b9d04c2613d52fe7a916c85e4c
3
+ size 14659
data/chunk-000/file-012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56a4fe2e4faff985635557f5a6d7ea55e7d75d61f8d920b9d2a5119ad33d31a
3
+ size 14919
data/chunk-000/file-013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e39eb02b7d294ea764f2519e61a75176e7735a6f5c40bd4c1e68226f7f51a0
3
+ size 14203
data/chunk-000/file-014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5063a4ae5f9a80ea57f69fbd23fdb94efae36e39849d3ee7f52747dd41ce3f7
3
+ size 12498
data/chunk-000/file-015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd63f7107216a3601a6debe502974394f19f7e72becccc9527cc832b58f6727
3
+ size 15038
data/chunk-000/file-016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f7cfdd954767b2f0503cf8637deec793af8af93cadb6c4d3c07ac28bf45a99
3
+ size 9786
data/chunk-000/file-017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f37731ecaf2b3583715e6436c44cd798e5ff046956d3e4d8760f842adbed23
3
+ size 12537
data/chunk-000/file-018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2eeefd649e0796eed473a8cd9bc37b6668a62b4e91c3f9377344b966ec7eef9
3
+ size 11885
data/chunk-000/file-019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a61852d051fc8cddcd89f94509ed5cc7c0de1bb5000478ed26c47b521018494
3
+ size 10335
data/chunk-000/file-020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc3eaf6ecf979cb2ab0f8e857db96c9336e031ccb4c0aaab975d44778686bcb
3
+ size 10096
data/chunk-000/file-021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95072ba0a617cc172ab688ae494e168bc3d8993233e14b8c18a354eaafa91974
3
+ size 10000
data/chunk-000/file-022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19353ca280538d69f58fb50d18b10517d440b7a282f8c70b2807f3cc4c68b0a
3
+ size 10253
data/chunk-000/file-023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e57170a2fb56e04006ca4e099a6703fb70aaefa68128b6cfd81705083ef0612
3
+ size 10503
data/chunk-000/file-024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bf3c6c819f070aa68eacb7a68055c3234cdf05514d589e23be74bcf70479a9
3
+ size 10230
data/chunk-000/file-025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8a812275b5a80a1743820abadda0bb93c095bd77d73a0939895da1da59f1298
3
+ size 10583
data/chunk-000/file-026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419de02487fd0ce83a20f640825c2b993dd451795ad0d0b855cf27f6249bd9fa
3
+ size 10816
data/chunk-000/file-027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d5dec503a1bc106803a2c98b8f603054dd7d2ee5be3449a30feb9746652075
3
+ size 10451
data/chunk-000/file-028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2129897243447af6eff4e5e77c52930769afe7759ad448b5f79eed46891b2161
3
+ size 10600
data/chunk-000/file-029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbecd2003298ebc319f8d9f4ff98ded842f69e95eddf4b9d58afe34a1e996cf2
3
+ size 10740
data/chunk-000/file-030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55d81574027a81bda433c44487ce84df592c1bfc1c7338ae7f23ea7a0b422a69
3
+ size 11037
data/chunk-000/file-031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc92a9b653fdd107e495f691c627ef805a8d6341224b853b88932172167c79c1
3
+ size 11050
data/chunk-000/file-032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20896ba8b293029eb3d4e68582e7cedf708aa3684773ea8dfb1837b902a092a1
3
+ size 11155
data/chunk-000/file-033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67fdafe833fbdb15dfd1599345e10c3d8c8546eec1fe9cdaacf6f17cb1b0dd92
3
+ size 10463
data/chunk-000/file-034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721cb1f5c5466e7746f67a9ad2ba45dcf3e9e0a74db00d14ed21b2aa7a9a886f
3
+ size 10634
data/chunk-000/file-035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575951fa0a8e87a62dc8dff261ecb5d3e1cd2e841c9bfa218a64fb538e71cec9
3
+ size 10387
data/chunk-000/file-036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67f03328f24095699419b90b8f2685cfa1e775c60189d7549eed4ff00b131cfe
3
+ size 11211
data/chunk-000/file-037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ab2938abbf545da26987546c711e53d7e9c6da5adb11ce14d9bc2944c0968a
3
+ size 11227
data/chunk-000/file-038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38fd2f4ad11d5509c01c2062c213fb5833bbe450e47eb7a7bf7dcb35793b6100
3
+ size 11073
data/chunk-000/file-039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5832515afdd6f08c2bdee2d98678589643d3c1a420ed563f46dbf9d89e6e490e
3
+ size 10691
data/chunk-000/file-040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6069d469525350cf8cc70213d450175a2b493f28d6da989c2149dc065328bf
3
+ size 11406
data/chunk-000/file-041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f3207bf8e451dc04f4525cb9ee77340b15177e44edbc976ff8e5e10770af81
3
+ size 11725
data/chunk-000/file-042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babe5e12b7884c957f7b37544f0d894aa69be2065ea8b3e6f00f5330fc23ac81
3
+ size 11011
data/chunk-000/file-043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6162e511f46f9cfc60f388a792924b989436ad7f74f10b44645121bc646f9d94
3
+ size 11015
data/chunk-000/file-044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b626c0819fa062e9c56eb56b9400e380632bd5f9d97a82fe49c51a7bff28752
3
+ size 11492
data/chunk-000/file-045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5505610734464ffaf5c35df4b2fb232a92dec1da216bb59dae48b70f26907e32
3
+ size 10400
data/chunk-000/file-046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4671cb80cce82c7db5bc950daa0caccd9857ad6debc16f7aaa9d8f0f6ab8e3b9
3
+ size 10630
data/chunk-000/file-047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09ee20c285888453da0e5f1b136d09456579d8742af125a543669c42519c9a2
3
+ size 10810
data/chunk-000/file-048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e35cab64a329b7e9e89f05b7783b496395fefcdf8f2cbc4cac1cda76fac2121a
3
+ size 10816