Add video decoding to LeRobotDataset (#92)

This commit is contained in:
Remi
2024-05-03 00:50:19 +02:00
committed by GitHub
parent c1668924ab
commit b2cda12f87
116 changed files with 1406 additions and 301 deletions

View File

@@ -1,3 +1,4 @@
{
"fps": 10
"fps": 10,
"video": 1
}

View File

@@ -2,6 +2,9 @@
"citation": "",
"description": "",
"features": {
"observation.image": {
"_type": "VideoFrame"
},
"observation.state": {
"feature": {
"dtype": "float32",
@@ -57,9 +60,6 @@
"index": {
"dtype": "int64",
"_type": "Value"
},
"observation.image": {
"_type": "Image"
}
},
"homepage": "",

View File

@@ -4,10 +4,10 @@
"filename": "data-00000-of-00001.arrow"
}
],
"_fingerprint": "fd95ee932cb1fce2",
"_fingerprint": "c8b78ec1bbf7a579",
"_format_columns": null,
"_format_kwargs": {},
"_format_type": "torch",
"_format_type": null,
"_output_all_columns": false,
"_split": null
}