CoolFace
Datasetpublic

CSCSXX/Franka_blocks_ranking_rgb_106_trajs_260426

This dataset was created using LeRobot. Dataset Description Converted from raw Franka recordings into LeRobot v3.0 format. Summary Field Value Repo ID CSCSXX/Franka_blocks_ranking_rgb_106_trajs_260426 Robot franka Target FPS 10 Episodes 106 Frames 62497 Tasks Set the red block, the green block, and the blue block side by side in the order of red, green, then blue. Convert Config .\configs\PKU_2613\convert_blocks_ranking_rgb.yaml Raw… See the full description on the dataset page: https://huggingface.co/datasets/CSCSXX/Franka_blocks_ranking_rgb_106_trajs_260426.

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes29downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=CSCSXX/Frankablocksrankingrgb106trajs_260426"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> </a>

Dataset Description

Converted from raw Franka recordings into LeRobot v3.0 format.

Summary

FieldValue
Repo IDCSCSXX/Franka_blocks_ranking_rgb_106_trajs_260426
Robotfranka
Target FPS10
Episodes106
Frames62497
TasksSet the red block, the green block, and the blue block side by side in the order of red, green, then blue.
Convert Config.\configs\PKU_2613\convert_blocks_ranking_rgb.yaml
Raw Data Dirdata\20260426\blocks_ranking_rgb

Observation And Action Layout

FeatureShapeDescription
observation.state8joint_pos<br>gripper_width
action8joint_position next-step target + gripper
Action ComponentDefinition
Arm actionjoint_pos[t+1]
Gripper actiondiscrete (>= 0.064 -> 1, < 0.064 -> 0)
State grippergripper_width continuous

Cameras

CameraOutput ShapeCropResize
camera_front224x224x3top=0, bottom=0, left=0, right=0224x224
camera_wrist224x224x3top=0, bottom=0, left=280, right=0224x224

Resampling

StreamAlignment
robot_state/*nearest timestamp
camera/*nearest timestamp
gripper_widthlinear interpolation
  • —Homepage: [More Information Needed]
  • —Paper: [More Information Needed]
  • —License: [More Information Needed]

Dataset Structure

meta/info.json:

json
{
    "codebase_version": "v3.0",
    "robot_type": "franka",
    "total_episodes": 106,
    "total_frames": 62497,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 200,
    "fps": 10,
    "splits": {
        "train": "0:106"
    },
    "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": "float32",
            "shape": [
                8
            ],
            "names": null
        },
        "action": {
            "dtype": "float32",
            "shape": [
                8
            ],
            "names": null
        },
        "observation.images.camera_front": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 10,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.camera_wrist": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 10,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "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
        }
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]