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

using a subset of AMASS #7

Open
mateuszwyszynski opened this issue Feb 18, 2024 · 0 comments
Open

using a subset of AMASS #7

mateuszwyszynski opened this issue Feb 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mateuszwyszynski
Copy link
Owner

mateuszwyszynski commented Feb 18, 2024

By default the script data.sample_poses and then all the next data preparation and training steps process the entire AMASS dataset. The best option would be for the user to be able to choose, if needed, which data is used.

This can currently be done by changing the default amass_splits inside data/data_splits.py, but I believe we need a better design for this process.

On a related note, the function responsible for data preparation is prepare_vposer_datasets. It is possible to use it just for a chosen data split (train, test or vald) by changing the mode parameter:

prepare_vposer_datasets(posendf_data_dir, amass_splits, amass_dir, mode='train')
@mateuszwyszynski mateuszwyszynski added the enhancement New feature or request label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant