augelu-tng's picture
Upload folder using huggingface_hub
92995c6 verified
|
Raw
History Blame Contribute Delete
1.45 kB
metadata
license: apache-2.0
task_categories:
  - robotics
tags:
  - robotics
  - imitation-learning
  - lerobot
  - openarm
  - speedup
configs:
  - config_name: default
    data_files: data/chunk-*/*.parquet

openarm_shirt_folding_100_2x_speedup

A 2x sped-up copy of the TobiBrtnr/openarm_shirt_folding_100 LeRobot dataset.

The original was recorded at 30 Hz. This dataset keeps the original fps, so playing it back at the same rate is 2x faster. It was produced with pairs (o_{2i}, a_{2i + 1}): the observation of every second timestep paired with the action of the dropped timestep.

The gripper is excluded from the speedup: frames within 5 frames before and 5 frames after each detected gripper event (the finger joint action jumping by more than 0.01 between consecutive frames) are kept at original speed, so the approach and settle around gripper movements stay slow and precise.

Provenance

python -m tng_lerobot.speedup_dataset \
    --dataset-name TobiBrtnr/openarm_shirt_folding_100 --speedup 2