πŸ“Š
Dataset

Robot Maniskill Image State Dataset V1

by surgingTu ID: hf-dataset--surgingtu--robot-maniskill-image-state-dataset-v1
FNI Rank 47
Percentile Top 0%
Activity
β†’ 0.0%

pickcube_rgb_random_v2: having a broader distribution of viewpoints and qpos values pickcube_rgb_traj_v3: official PickCube-v1 scene RGBD trajectories (Type-1 scaling baseline) delete pickcube_rgb_traj_v1 pickcube_rgb_traj_v2: rendering images **with cube** in pickcube task. pickcube_rgb_traj_v1: Tr...

Data Integrity 47 FNI Score
- Size
- Rows
Parquet Format
- Tokens
Dataset Information Summary
Entity Passport
Registry ID hf-dataset--surgingtu--robot-maniskill-image-state-dataset-v1
Provider huggingface
πŸ“œ

Cite this dataset

Academic & Research Attribution

BibTeX
@misc{hf_dataset__surgingtu__robot_maniskill_image_state_dataset_v1,
  author = {surgingTu},
  title = {Robot Maniskill Image State Dataset V1 Dataset},
  year = {2026},
  howpublished = {\url{https://huggingface.co/datasets/surgingTu/robot-maniskill-image-state-dataset-v1}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
surgingTu. (2026). Robot Maniskill Image State Dataset V1 [Dataset]. Free2AITools. https://huggingface.co/datasets/surgingTu/robot-maniskill-image-state-dataset-v1

πŸ”¬Technical Deep Dive

Full Specifications [+]

βš–οΈ Free2AI Nexus Index

Methodology β†’ πŸ“˜ What is FNI?
47.0
Top 0% Overall Impact
πŸ”₯ Popularity (P) 0
πŸš€ Velocity (V) 0
πŸ›‘οΈ Credibility (C) 0
πŸ”§ Utility (U) 0
Nexus Verified Data

πŸ’¬ Why this score?

The Nexus Index for Robot Maniskill Image State Dataset V1 aggregates Popularity (P:0), Velocity (V:0), and Credibility (C:0). The Utility score (U:0) represents deployment readiness, context efficiency, and structural reliability within the Nexus ecosystem.

Data Verified πŸ• Last Updated: Not calculated
Free2AI Nexus Index | Fair Β· Transparent Β· Explainable | Full Methodology
⬇️
Downloads
45,848

πŸ‘οΈ Data Preview

πŸ“Š

Row-level preview not available for this dataset.

Schema structure is shown in the Field Logic panel when available.

πŸ”— Explore Full Dataset β†—

🧬 Field Logic

🧬

Schema not yet indexed for this dataset.

Dataset Specification


tags:

  • robot
  • maniskill

Robot ManiSkill Image–State Dataset

0. Update

12.22

pickcube_rgb_random_v2: having a broader distribution of viewpoints and qpos values

12.14

pickcube_rgb_traj_v3: official PickCube-v1 scene RGBD trajectories (Type-1 scaling baseline)

12.2

delete pickcube_rgb_traj_v1

11.30

pickcube_rgb_traj_v2: rendering images with cube in pickcube task.

11.28

pickcube_rgb_traj_v1: Trajectory subset

pickcube_rgb_random_v1: Random joint sampling subset

1. Overview

This dataset is generated in the ManiSkill simulation environment.
It contains two types of data pairs:

  1. Random joint sampling subset

    • Randomly sampled robot joint configurations (qpos).
    • For each sampled configuration, multi-view RGBD images are rendered.
  2. Trajectory subset

    • Full trajectories from ManiSkill's demonstrations (.h5).
    • For each time step, one-view RGBD images are rendered.

2. Dataset Structure

On the Hub, the dataset is organized as follows:

surgingTu/robot-maniskill-image-state-dataset-v1
β”œβ”€β”€ pickcube_rgb_traj_v1/
β”‚   └── PickCube-v1/
β”‚       β”œβ”€β”€ traj_0/
β”‚       β”œβ”€β”€ traj_1/
β”‚       β”œβ”€β”€ ...
β”‚       └── traj_K/
└── pickcube_rgb_random_v1/
    └── random_robot_rendering/
        β”œβ”€β”€ sample_00000/
        β”œβ”€β”€ sample_00001/
        β”œβ”€β”€ ...
        └── sample_NNNNN/

2.1 Trajectory subset

Each trajectory directory (e.g. traj_0) has the structure:

pickcube_rgb_traj_v1/PickCube-v1/traj_0/
  β”œβ”€β”€ images/
  β”‚     β”œβ”€β”€ {CAM_NAME}_step0000.png
  |     β”œβ”€β”€ {CAM_NAME}_step0000_depth.npy
  β”‚     β”œβ”€β”€ {CAM_NAME}_step0001.png
  |     β”œβ”€β”€ {CAM_NAME}_step0001_depth.npy
  β”‚     β”œβ”€β”€ ...
  β”‚     β”œβ”€β”€ {CAM_NAME}_step{T-1:04d}.png
  β”‚     └── {CAM_NAME}_step{T-1:04d}_depth.npy
  └── actions.npy          # shape (T, A), low-level actions per time step
  β”œβ”€β”€ qpos.npy    # shape (T, D_qpos), joint positions per time step
  β”œβ”€β”€ camera_params.json
  β”œβ”€β”€ ...

CAM_NAME encodes the camera configuration (e.g. y_angle_0_z_angle_0).
*_stepXXXX.png is the image at time step XXXX.

All cameras share the same step index.

2.2 Random joint sampling subset

Each random sample directory (e.g. sample_0000) has the structure:

pickcube_rgb_random_v1/random_robot_rendering/sample_00000/
  β”œβ”€β”€ images/
  β”‚     β”œβ”€β”€ {CAM_NAME}.png
  |     β”œβ”€β”€ {CAM_NAME}_depth.npy
  β”‚     β”œβ”€β”€ {CAM_NAME}.png
  |     β”œβ”€β”€ {CAM_NAME}_depth.npy
  β”‚     β”œβ”€β”€ ...
  β”‚     β”œβ”€β”€ {CAM_NAME}.png
  β”‚     └── {CAM_NAME}_depth.npy
  └── qpos.npy             # shape (1, D_qpos), random joint configurations
  β”œβ”€β”€ camera_params.json
  β”œβ”€β”€ ...
Top Tier

Social Proof

HuggingFace Hub
45.8KDownloads
πŸ”„ Daily sync (03:00 UTC)

AI Summary: Based on Hugging Face metadata. Not a recommendation.

πŸ“Š FNI Methodology πŸ“š Knowledge Baseℹ️ Verify with original source

πŸ›‘οΈ Dataset Transparency Report

Verified data manifest for traceability and transparency.

100% Data Disclosure Active

πŸ†” Identity & Source

id
hf-dataset--surgingtu--robot-maniskill-image-state-dataset-v1
source
huggingface
author
surgingTu
tags
region:usrobotmaniskill

βš™οΈ Technical Specs

architecture
null
params billions
null
context length
null

πŸ“Š Engagement & Metrics

likes
0
downloads
45,848

Free2AITools Constitutional Data Pipeline: Curated disclosure mode active. (V15.x Standard)