omx_ExtendedTest3 / meta /info.json
THUgewu's picture
Add TsFile (converted from ROBOTIS-junha/omx_ExtendedTest3)
e3e2969 verified
Raw
History Blame Contribute Delete
5.46 kB
{
"codebase_version": "v2.1",
"robot_type": "aiworker",
"total_episodes": 50,
"total_frames": 17413,
"total_tasks": 1,
"total_videos": 100,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 30,
"splits": {
"train": "0:50"
},
"data_path": "data/omx_extendedtest3.tsfile",
"features": {
"Time": {
"dtype": "int64",
"shape": [
1
],
"tsfile_role": "TIME",
"unit": "ms"
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"tsfile_role": "TAG"
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"tsfile_role": "TAG"
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"sample_index": {
"dtype": "int64",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"observation_state_0": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"observation_state_1": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"observation_state_2": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"observation_state_3": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"observation_state_4": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"observation_state_5": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"observation_state_6": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"action_0": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"action_1": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"action_2": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"action_3": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"action_4": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"action_5": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
},
"action_6": {
"dtype": "float32",
"shape": [
1
],
"tsfile_role": "FIELD"
}
},
"video_path_original": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
"tsfile_conversion": {
"source_dataset": "ROBOTIS-junha/omx_ExtendedTest3",
"source_data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"converted_data_path": "data/omx_extendedtest3.tsfile",
"table_name": "omx_extendedtest3",
"granularity": "merged",
"time_precision": "ms",
"time_mapping": {
"source": "auto",
"fps": 30,
"unit": "milliseconds"
},
"tag_columns": [
"episode_index",
"task_index"
],
"row_count": 17413,
"feature_source": "features describe the converted TsFile schema",
"flattened_features": {
"observation.state": [
"observation_state_0",
"observation_state_1",
"observation_state_2",
"observation_state_3",
"observation_state_4",
"observation_state_5",
"observation_state_6"
],
"action": [
"action_0",
"action_1",
"action_2",
"action_3",
"action_4",
"action_5",
"action_6"
]
},
"renamed_features": {
"index": "sample_index"
},
"dropped_features": [
"timestamp"
],
"omitted_features": [
"observation.images.camera1",
"observation.images.cam_top"
],
"original_video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
"original_video_features": {
"observation.images.camera1": {
"dtype": "video",
"names": [
"height",
"width",
"channels"
],
"shape": [
480,
640,
3
],
"info": {
"video.height": 480,
"video.width": 640,
"video.channels": 3,
"video.codec": "libx264",
"video.pix_fmt": "yuv420p"
}
},
"observation.images.cam_top": {
"dtype": "video",
"names": [
"height",
"width",
"channels"
],
"shape": [
240,
424,
3
],
"info": {
"video.height": 240,
"video.width": 424,
"video.channels": 3,
"video.codec": "libx264",
"video.pix_fmt": "yuv420p"
}
}
},
"original_video_source": "https://huggingface.co/datasets/ROBOTIS-junha/omx_ExtendedTest3/tree/main/videos",
"video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
}
}