Loads episode_data_index and stats during dataset __init__ (#85)

Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com>
Co-authored-by: Alexander Soare <alexander.soare159@gmail.com>
This commit is contained in:
Remi
2024-04-23 14:13:25 +02:00
committed by GitHub
parent e2168163cd
commit 1030ea0070
89 changed files with 1008 additions and 432 deletions

View File

@@ -0,0 +1,3 @@
{
"fps": 50
}

View File

@@ -21,11 +21,11 @@
"length": 14,
"_type": "Sequence"
},
"episode_id": {
"episode_index": {
"dtype": "int64",
"_type": "Value"
},
"frame_id": {
"frame_index": {
"dtype": "int64",
"_type": "Value"
},
@@ -37,14 +37,6 @@
"dtype": "bool",
"_type": "Value"
},
"episode_data_index_from": {
"dtype": "int64",
"_type": "Value"
},
"episode_data_index_to": {
"dtype": "int64",
"_type": "Value"
},
"index": {
"dtype": "int64",
"_type": "Value"

View File

@@ -4,7 +4,7 @@
"filename": "data-00000-of-00001.arrow"
}
],
"_fingerprint": "93e03c6320c7d56e",
"_fingerprint": "e4d7ad2b360db1af",
"_format_columns": null,
"_format_kwargs": {},
"_format_type": "torch",