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

[Feature Request] Add Detailed Information about Observation Fields to Metadata File in leRobotDataset Repository #383

Open
perezjln opened this issue Aug 26, 2024 · 1 comment · May be fixed by #461
Assignees
Labels
🗃️ Dataset Something dataset-related ✨ Enhancement New feature or request

Comments

@perezjln
Copy link
Contributor

This feature would be useful for those who want to perform training using a collection of datasets.

Currently, you need to load each dataset and check the .keys() of a single item to access this information.

For example, the info file currently only contains:

{
    "codebase_version": "v1.5",
    "fps": 30,
    "video": true
}

Reference: Koch Pick Place 1 Lego Dataset Info

In this file, it would be helpful to also include the names and shapes of the available inputs.

@aliberts aliberts added ✨ Enhancement New feature or request 🗃️ Dataset Something dataset-related labels Aug 27, 2024
@aliberts
Copy link
Collaborator

Hi @perezjln,
We are indeed working on our dataset format to improve it and this is one of the features we want to add. We want it to be more transparent and not have to download the actual data to know its structure.

@aliberts aliberts linked a pull request Oct 3, 2024 that will close this issue
@aliberts aliberts linked a pull request Oct 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗃️ Dataset Something dataset-related ✨ Enhancement New feature or request
Projects
Status: Todo next
Development

Successfully merging a pull request may close this issue.

3 participants