CoolFace
Datasetpublic

sam-guided-vlas/nlp-2

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "stationary", "total_episodes": 81, "total_frames": 39789, "total_tasks": 69, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 500, "fps": 50, "splits": { "train": "0:81" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/sam-guided-vlas/nlp-2.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes14downloads
Dataset Card

This dataset was created using LeRobot.

Dataset Description

  • —Homepage: [More Information Needed]
  • —Paper: [More Information Needed]
  • —License: apache-2.0

Dataset Structure

meta/info.json:

json
{
    "codebase_version": "v3.0",
    "robot_type": "stationary",
    "total_episodes": 81,
    "total_frames": 39789,
    "total_tasks": 69,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 500,
    "fps": 50,
    "splits": {
        "train": "0:81"
    },
    "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.leader_right.pose": {
            "dtype": "float64",
            "shape": [
                6
            ],
            "names": [
                "x",
                "y",
                "z",
                "rx",
                "ry",
                "rz"
            ]
        },
        "observation.leader_right.gripper": {
            "dtype": "float64",
            "shape": [
                1
            ],
            "names": [
                "width"
            ]
        },
        "observation.leader_left.pose": {
            "dtype": "float64",
            "shape": [
                6
            ],
            "names": [
                "x",
                "y",
                "z",
                "rx",
                "ry",
                "rz"
            ]
        },
        "observation.leader_left.gripper": {
            "dtype": "float64",
            "shape": [
                1
            ],
            "names": [
                "width"
            ]
        },
        "observation.follower_right.pose": {
            "dtype": "float64",
            "shape": [
                6
            ],
            "names": [
                "x",
                "y",
                "z",
                "rx",
                "ry",
                "rz"
            ]
        },
        "observation.follower_right.gripper": {
            "dtype": "float64",
            "shape": [
                1
            ],
            "names": [
                "width"
            ]
        },
        "observation.follower_left.pose": {
            "dtype": "float64",
            "shape": [
                6
            ],
            "names": [
                "x",
                "y",
                "z",
                "rx",
                "ry",
                "rz"
            ]
        },
        "observation.follower_left.gripper": {
            "dtype": "float64",
            "shape": [
                1
            ],
            "names": [
                "width"
            ]
        },
        "observation.images.top": {
            "dtype": "video",
            "shape": [
                3,
                480,
                848
            ],
            "info": {
                "video.height": 480,
                "video.width": 848,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 50,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.bottom": {
            "dtype": "video",
            "shape": [
                3,
                480,
                848
            ],
            "info": {
                "video.height": 480,
                "video.width": 848,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 50,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.wrist_left": {
            "dtype": "video",
            "shape": [
                3,
                480,
                848
            ],
            "info": {
                "video.height": 480,
                "video.width": 848,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 50,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.wrist_right": {
            "dtype": "video",
            "shape": [
                3,
                480,
                848
            ],
            "info": {
                "video.height": 480,
                "video.width": 848,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 50,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.top_masked": {
            "dtype": "video",
            "shape": [
                3,
                480,
                848
            ],
            "info": {
                "video.height": 480,
                "video.width": 848,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 50,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "action.leader_right.pose": {
            "dtype": "float64",
            "shape": [
                6
            ],
            "names": [
                "dx",
                "dy",
                "dz",
                "drx",
                "dry",
                "drz"
            ]
        },
        "action.leader_right.gripper": {
            "dtype": "float64",
            "shape": [
                1
            ],
            "names": [
                "width"
            ]
        },
        "action.leader_left.pose": {
            "dtype": "float64",
            "shape": [
                6
            ],
            "names": [
                "dx",
                "dy",
                "dz",
                "drx",
                "dry",
                "drz"
            ]
        },
        "action.leader_left.gripper": {
            "dtype": "float64",
            "shape": [
                1
            ],
            "names": [
                "width"
            ]
        },
        "full_prompt": {
            "dtype": "string",
            "shape": [
                1
            ]
        },
        "prompt_no_coords": {
            "dtype": "string",
            "shape": [
                1
            ]
        },
        "generic_prompt": {
            "dtype": "string",
            "shape": [
                1
            ]
        },
        "episode_id": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": [
                "id"
            ]
        },
        "timestamp": {
            "dtype": "float32",
            "shape": [
                1
            ],
            "names": null
        },
        "frame_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "episode_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "task_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "prompt_only_coords": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": null
        }
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]