WB-WAM/Pico
PICO Dataset English · 中文 Pico motion-transfer data for WB-WAM intermediate training. LeRobot v3.0, 20 Hz, RGB 360 × 270. The release contains 13,396 episodes, 1,579,028 frames, 73 tasks, and 302 independent recordings (21.931 hours). Each <task>/record_XXXX/ is an independent LeRobot dataset. Recordings of the same task remain separate: <task>/record_XXXX/ data/chunk-000/file-000.parquet videos/<camera>/chunk-000/file-000.mp4 meta/info.json meta/stats.json meta/tasks.parquet… See the full description on the dataset page: https://huggingface.co/datasets/WB-WAM/Pico.
<h1 align="center"><img src="https://huggingface.co/datasets/WB-WAM/Pico/resolve/main/assets/wbwam_logo.png" alt="WB-WAM" width="280"></h1>
<p align="center"><strong>PICO Dataset</strong></p>
English · 中文
Pico motion-transfer data for WB-WAM intermediate training. LeRobot v3.0, 20 Hz, RGB 360 × 270. The release contains 13,396 episodes, 1,579,028 frames, 73 tasks, and 302 independent recordings (21.931 hours).
Each <task>/record_XXXX/ is an independent LeRobot dataset. Recordings of the same task remain separate:
<task>/record_XXXX/
data/chunk-000/file-000.parquet
videos/<camera>/chunk-000/file-000.mp4
meta/info.json
meta/stats.json
meta/tasks.parquet
meta/episodes/chunk-000/file-000.parquetThe Dataset Viewer plays the MP4 files. The corresponding Parquet state/action rows and metadata are available under each recording in Files and versions.
The action contains absolute next-frame joint targets (+50 ms), not joint increments. Root[3] denotes roll, pitch, and body-frame z angular velocity, not XYZ position. Pico hand data may include reconstructed or held values. See each record's meta/info.json for exact slices and camera keys.
Download the unpacked files directly:
hf download WB-WAM/Pico --repo-type dataset --local-dir ./data/pico_archiveTo load one recording with LeRobot 0.4.4, use its local record directory as root:
from lerobot.datasets.lerobot_dataset import LeRobotDataset
dataset = LeRobotDataset("WB-WAM/Pico", root="./data/pico_archive/<task>/record_XXXX")
sample = dataset[0]Training code and instructions: WB-WAM Official.
