-
Notifications
You must be signed in to change notification settings - Fork 713
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
Open-X datasets #435
Comments
Hi there, thank you! We indeed had difficulties on some of them (which is why they're not uploaded yet) but don't worry they're coming ;) Among the issues, some of them are massive (1>TB) and the hub has some limitations in terms of storage and file system. We also faced some issues during video encoding. Right now we are focusing on refactoring LeRobotDataset so we'll probably add the remaining ones after that. |
Hi, thanks for the reply. I actually did end up converting 90% of the openx datasets using a fork of lerobot. Sharing some findings which I think are important and you might find useful:
Happy to share code or discuss further, hope this helps :) |
cc @michel-aractingi for visibility. |
Also, forgot to mention, some datasets have flipped image channels (BGR instead of RGB). Following https://github.com/kpertsch/rlds_dataset_mod/blob/main/prepare_open_x.sh: |
Hey @nikonikolov, Thanks alot for sharing your notes and experience its a huge help! Part of the refactoring I think we should have a general rlds format and open-X to be special case of that format. So probably the format name might change to |
Thanks for the great work! I am interested in converting more of the open-x datasets to
LeRobotDataset
.LeRobotDataset
or it's generally as easy as calling the conversion script?The text was updated successfully, but these errors were encountered: