| { |
| "codebase_version": "v2.1", |
| "robot_type": "so101_follower", |
| "total_episodes": 50, |
| "total_frames": 32220, |
| "total_tasks": 1, |
| "total_videos": 100, |
| "total_chunks": 1, |
| "chunks_size": 1000, |
| "fps": 30, |
| "splits": { |
| "train": "0:50" |
| }, |
| "data_path": "data/sattgle_clean_test.tsfile", |
| "features": { |
| "Time": { |
| "dtype": "int64", |
| "shape": [ |
| 1 |
| ], |
| "tsfile_role": "TIME", |
| "unit": "ms" |
| }, |
| "episode_index": { |
| "dtype": "string", |
| "shape": [ |
| 1 |
| ], |
| "tsfile_role": "TAG", |
| "source_dtype": "int64" |
| }, |
| "task_index": { |
| "dtype": "string", |
| "shape": [ |
| 1 |
| ], |
| "tsfile_role": "TAG", |
| "source_dtype": "int64" |
| }, |
| "frame_index": { |
| "dtype": "int64", |
| "shape": [ |
| 1 |
| ], |
| "tsfile_role": "FIELD" |
| }, |
| "sample_index": { |
| "dtype": "int64", |
| "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" |
| }, |
| "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" |
| } |
| }, |
| "video_path_original": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", |
| "tsfile_conversion": { |
| "source_dataset": "sattgle/clean-test", |
| "source_data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", |
| "converted_data_path": "data/sattgle_clean_test.tsfile", |
| "table_name": "sattgle_clean_test", |
| "granularity": "merged", |
| "time_precision": "ms", |
| "time_mapping": { |
| "source": "timestamp", |
| "fps": 30, |
| "unit": "milliseconds" |
| }, |
| "tag_columns": [ |
| "episode_index", |
| "task_index" |
| ], |
| "row_count": 32220, |
| "feature_source": "features describe the converted TsFile schema", |
| "flattened_features": { |
| "action": [ |
| "action_0", |
| "action_1", |
| "action_2", |
| "action_3", |
| "action_4", |
| "action_5" |
| ], |
| "observation.state": [ |
| "observation_state_0", |
| "observation_state_1", |
| "observation_state_2", |
| "observation_state_3", |
| "observation_state_4", |
| "observation_state_5" |
| ] |
| }, |
| "renamed_features": { |
| "index": "sample_index" |
| }, |
| "dropped_features": [ |
| "timestamp" |
| ], |
| "omitted_features": [ |
| "observation.images.front", |
| "observation.images.rear" |
| ], |
| "original_video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", |
| "original_video_features": { |
| "observation.images.front": { |
| "dtype": "video", |
| "shape": [ |
| 360, |
| 640, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 360, |
| "video.width": 640, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 30, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "observation.images.rear": { |
| "dtype": "video", |
| "shape": [ |
| 360, |
| 640, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 360, |
| "video.width": 640, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 30, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| } |
| }, |
| "original_video_source": "https://huggingface.co/datasets/sattgle/clean-test/tree/main/videos", |
| "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos.", |
| "original_dataset_url": "https://huggingface.co/datasets/sattgle/clean-test", |
| "original_dataset_author": { |
| "name": null, |
| "huggingface_user": "sattgle", |
| "role": "repository owner, uploader, and sole contributor", |
| "url": "https://huggingface.co/sattgle" |
| }, |
| "episode_file_count": 50, |
| "episode_count": 50, |
| "actual_episode_indexes": [ |
| 0, |
| 1, |
| 2, |
| 3, |
| 4, |
| 5, |
| 6, |
| 7, |
| 8, |
| 9, |
| 10, |
| 11, |
| 12, |
| 13, |
| 14, |
| 15, |
| 16, |
| 17, |
| 18, |
| 19, |
| 20, |
| 21, |
| 22, |
| 23, |
| 24, |
| 25, |
| 26, |
| 27, |
| 28, |
| 29, |
| 30, |
| 31, |
| 32, |
| 33, |
| 34, |
| 35, |
| 36, |
| 37, |
| 38, |
| 39, |
| 40, |
| 41, |
| 42, |
| 43, |
| 44, |
| 45, |
| 46, |
| 47, |
| 48, |
| 49 |
| ], |
| "source_video_file_count": 100, |
| "source_video_bytes": 597891922, |
| "source_video_streams": [ |
| "observation.images.front", |
| "observation.images.rear" |
| ], |
| "frame_video_alignment": "episode_index and frame_index preserve alignment with both original per-episode video streams and meta/episodes.jsonl.", |
| "encoding_profile": { |
| "FLOAT_DOUBLE": "GORILLA+LZ4", |
| "INT32_INT64": "TS_2DIFF+LZ4", |
| "Time": "TS_2DIFF+LZ4", |
| "BOOLEAN": "RLE+LZ4 (no BOOLEAN fields in source)", |
| "TAG": "TsFile table/device TAG mechanism" |
| }, |
| "source_video_stream_bytes": { |
| "observation.images.front": 330074062, |
| "observation.images.rear": 267817860 |
| } |
| } |
| } |
|
|