SAVRN
Search Contact SAVRN

Dataset · Robotics

nick-sep14

by Nathaniel Nifong naavox/nick-sep14

This dataset was created using LeRobot.

Rows42,163
Configurations1
Size5.1 GB
Licenseapache-2.0
AccessPublicly accessible
Monthly Downloads119

Dataset Card

By Nathaniel Nifong, published under apache-2.0, revision 59e4cf55a844.

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:

{
    "codebase_version": "v3.0",
    "fps": 30,
    "features": {
        "action": {
            "dtype": "float32",
            "shape": [
                11
            ],
            "names": [
                "vel_x",
                "vel_y",
                "vel_z",
                "room_vel_x",
                "room_vel_y",
                "wrist_speed",
                "finger_speed",
                "contact_vec_x",
                "contact_vec_y",
                "contact_vec_z",
                "episode_end"
            ]
        },
        "observation.state": {
            "dtype": "float32",
            "shape": [
                44
            ],
            "names": [
                "vel_x",
                "vel_y",
                "vel_z",
                "wrist_speed",
                "finger_speed",
                "gripper_pos_x",
                "gripper_pos_y",
                "gripper_pos_z",
                "gripper_rot_0",
                "gripper_rot_1",
                "gripper_rot_2",
                "gripper_rot_3",
                "gripper_rot_4",
                "gripper_rot_5",
                "spin",
                "finger_angle",
                "laser_rangefinder",
                "finger_pressure",
                "wrist_angle",
                "target_force",
                "hamper_bearing",
                "hamper_distance",
                "toybox_bearing",
                "toybox_distance",
                "trashcan_bearing",
                "trashcan_distance",
                "gamepad_bearing",
                "gamepad_distance",
                "parking_location_bearing",
                "parking_location_distance",
                "swing_cancellation_on",
                "tension_0",
                "tension_1",
                "tension_2",
                "tension_3",
                "gantry_position_x",
                "gantry_position_y",
                "gantry_position_z",
                "visual_pos_x",
                "visual_pos_y",
                "visual_pos_z",
                "hang_pos_x",
                "hang_pos_y",
                "hang_pos_z"
            ]
        },
        "observation.images.gripper_camera": {
            "dtype": "video",
            "shape": [
                384,
                684,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 384,
                "video.width": 684,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "observation.images.overhead_camera": {
            "dtype": "video",
            "shape": [
                512,
                512,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 512,
                "video.width": 512,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "observation.images.anchor_camera_0": {
            "dtype": "video",
            "shape": [
                544,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 544,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "observation.images.anchor_camera_1": {
            "dtype": "video",
            "shape": [
                544,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 544,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "anchor_poses": {
            "dtype": "float32",
            "shape": [
                12
            ],
            "names": [
                "anchor_0_rx",
                "anchor_0_ry",
                "anchor_0_rz",
                "anchor_0_x",
                "anchor_0_y",
                "anchor_0_z",
                "anchor_1_rx",
                "anchor_1_ry",
                "anchor_1_rz",
                "anchor_1_x",
                "anchor_1_y",
                "anchor_1_z"
            ]
        },
        "anchor_cam_tilt": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": [
                "anchor_0_cam_tilt",
                "anchor_1_cam_tilt"
            ]
        },
        "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
        }
    },
    "total_episodes": 72,
    "total_frames": 42163,
    "total_tasks": 4,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 200,
    "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",
    "robot_type": "stringman",
    "splits": {
        "train": "0:72"
    }
}

Citation

BibTeX:

[More Information Needed]

Structure

default 42,163 rows

SplitRowsSize
train42,16310.5 MB
actionListobservation.stateListanchor_posesListanchor_cam_tiltListtimestampfloat32frame_indexint64episode_indexint64indexint64task_indexint64

Details

Repository
naavox/nick-sep14
Publisher
Nathaniel Nifong
Task category
Robotics
Tags
LeRobot
Size category
Not stated by the source
Languages
Not stated by the source
Revision
59e4cf55a844f052b074dcd3d669b3bff2443614
Last updated
2026-09-18

Files

47 files, 5.1 GB in total.

Data12 files · 10.0 MB
Documentation1 file · 8.4 KB
Other33 files · 5.1 GB
Repository1 file · 2.5 KB
Every file
FileTypeSizeSHA-256
data/chunk-000/file-000.parquetData2.1 MB9ea9706a2cec
data/chunk-000/file-001.parquetData2.1 MB818595b3c84b
data/chunk-000/file-002.parquetData858.8 KB688a2aa781a0
data/chunk-000/file-003.parquetData4.1 MB409345abb8a9
meta/episodes/chunk-000/file-000.parquetData178.0 KB1c789b0b63ba
meta/episodes/chunk-000/file-001.parquetData255.7 KB4ba7bb1def73
meta/episodes/chunk-000/file-002.parquetData111.3 KB3cfc746bae37
meta/episodes/chunk-000/file-003.parquetData291.4 KBa85b970d3118
meta/episodes_extra.jsonlData5.2 KB
meta/info.jsonData7.6 KB
meta/stats.jsonData36.3 KB
meta/tasks.parquetData2.2 KBa76e29cf67ad
README.mdDocumentation8.4 KB
videos/observation.images.anchor_camera_0/chunk-000/file-000.mp4Other189.4 MB7c0e10e64bcf
videos/observation.images.anchor_camera_0/chunk-000/file-001.mp4Other170.0 MB523c1be7237b
videos/observation.images.anchor_camera_0/chunk-000/file-002.mp4Other206.8 MBb95bd9fb361d
videos/observation.images.anchor_camera_0/chunk-000/file-003.mp4Other168.9 MB5c18f22c0751
videos/observation.images.anchor_camera_0/chunk-000/file-004.mp4Other166.8 MBb8d5b234ac3a
videos/observation.images.anchor_camera_0/chunk-000/file-005.mp4Other202.0 MB49b548c2d09d
videos/observation.images.anchor_camera_0/chunk-000/file-006.mp4Other192.6 MB5cb3f43a92bc
videos/observation.images.anchor_camera_0/chunk-000/file-007.mp4Other208.9 MB4dcfeb16f86c
videos/observation.images.anchor_camera_0/chunk-000/file-008.mp4Other147.5 MBa8de9dc04699
videos/observation.images.anchor_camera_1/chunk-000/file-000.mp4Other184.9 MBe12b96ad50c2
videos/observation.images.anchor_camera_1/chunk-000/file-001.mp4Other162.7 MBb1eb88dc2c0d
videos/observation.images.anchor_camera_1/chunk-000/file-002.mp4Other201.2 MBdf45e17e9ca5
videos/observation.images.anchor_camera_1/chunk-000/file-003.mp4Other198.1 MB6a8c5bf6136f
videos/observation.images.anchor_camera_1/chunk-000/file-004.mp4Other33.8 MBa862c822c723
videos/observation.images.anchor_camera_1/chunk-000/file-005.mp4Other174.1 MBa2751dbcb389
videos/observation.images.anchor_camera_1/chunk-000/file-006.mp4Other209.4 MB46cb46c7a337
videos/observation.images.anchor_camera_1/chunk-000/file-007.mp4Other199.6 MBf56b2277eb90
videos/observation.images.anchor_camera_1/chunk-000/file-008.mp4Other194.9 MB514d32dbf959
videos/observation.images.anchor_camera_1/chunk-000/file-009.mp4Other178.0 MB3b6a344d4117
videos/observation.images.gripper_camera/chunk-000/file-000.mp4Other98.2 MB912613a73b1b
videos/observation.images.gripper_camera/chunk-000/file-001.mp4Other93.6 MBb3b8d6bd5754
videos/observation.images.gripper_camera/chunk-000/file-002.mp4Other41.1 MB6c82116e2e2c
videos/observation.images.gripper_camera/chunk-000/file-003.mp4Other204.4 MB370e4cb48aff
videos/observation.images.gripper_camera/chunk-000/file-004.mp4Other5.9 MB6a9bb781ba5b
videos/observation.images.overhead_camera/chunk-000/file-000.mp4Other197.9 MB4ed694671f0e
videos/observation.images.overhead_camera/chunk-000/file-001.mp4Other85.8 MB87f38209ee4e
videos/observation.images.overhead_camera/chunk-000/file-002.mp4Other204.9 MBfd123dcbefe5
videos/observation.images.overhead_camera/chunk-000/file-003.mp4Other82.8 MBc6e9b5494b83
videos/observation.images.overhead_camera/chunk-000/file-004.mp4Other131.7 MBd9b0eb10ab56
videos/observation.images.overhead_camera/chunk-000/file-005.mp4Other183.5 MB2c142817f95c
videos/observation.images.overhead_camera/chunk-000/file-006.mp4Other195.5 MBd665f9e6e552
videos/observation.images.overhead_camera/chunk-000/file-007.mp4Other202.9 MBc88e2028f33e
videos/observation.images.overhead_camera/chunk-000/file-008.mp4Other16.4 MBc8e1af82a1d3
.gitattributesRepository2.5 KB

License and Download

License
apache-2.0
Access
No access gate
Download from Nathaniel Nifong

Released by Nathaniel Nifong through its official repository on Hugging Face. Read the license.