Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Visualizer] support v2 dataset #485

Open
wants to merge 14 commits into
base: user/aliberts/2024_09_25_reshape_dataset
Choose a base branch
from

Conversation

mishig25
Copy link
Contributor

@mishig25 mishig25 commented Oct 26, 2024

Description

As we discussed offline, this PR updates the visualizer to use v2 datasets and merge all the visualizer changes from https://huggingface.co/spaces/lerobot/visualize_dataset fork into lerobot repository

Usage

# start a server with homepage will fetch datasets hosted remotely on hf.co/dataasets
python lerobot/scripts/visualize_dataset_html.py
image
# start a server with specific dataset (by default it will download parquet & video files locally AND start the visualizer server)
python lerobot/scripts/visualize_dataset_html.py --repo-id lerobot/aloha_static_ziploc_slide
image
# start a server with specific dataset without downloading parquet & video files locally (instead the visualizer server will fetch the dataset hosted remotely on hf.co/dataasets) `-load-from-hf-hub 1` arg
python lerobot/scripts/visualize_dataset_html.py --repo-id lerobot/aloha_static_ziploc_slide --load-from-hf-hub 1

@mishig25 mishig25 marked this pull request as ready for review October 26, 2024 09:06
@Cadene Cadene mentioned this pull request Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant