RealScene / meta /info.json
ollie0520's picture
Upload folder using huggingface_hub
b5101c5 verified
{
"codebase_version": "v3.0",
"robot_type": "xarm6_inspire",
"total_episodes": 50,
"total_frames": 6694,
"total_tasks": 1,
"chunks_size": 1000,
"fps": 10,
"splits": {
"train": "0:50"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
"features": {
"observation.state": {
"dtype": "float64",
"shape": [
12
],
"names": [
"joint1",
"joint2",
"joint3",
"joint4",
"joint5",
"joint6",
"right_little_1_joint",
"right_ring_1_joint",
"right_middle_1_joint",
"right_index_1_joint",
"right_thumb_2_joint",
"right_thumb_1_joint"
],
"fps": 10
},
"action": {
"dtype": "float64",
"shape": [
12
],
"names": [
"joint1",
"joint2",
"joint3",
"joint4",
"joint5",
"joint6",
"right_little_1_joint",
"right_ring_1_joint",
"right_middle_1_joint",
"right_index_1_joint",
"right_thumb_2_joint",
"right_thumb_1_joint"
],
"fps": 10
},
"timestamp": {
"dtype": "float64",
"shape": [
1
],
"fps": 10
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"fps": 10
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"fps": 10
},
"index": {
"dtype": "int64",
"shape": [
1
],
"fps": 10
},
"observation.images.ego_view": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channel"
],
"video_info": {
"video.fps": 10.0,
"video.codec": "mp4v",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.images.front_view": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channel"
],
"video_info": {
"video.fps": 10.0,
"video.codec": "mp4v",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.images.side_view": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channel"
],
"video_info": {
"video.fps": 10.0,
"video.codec": "mp4v",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
}
}
}