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

Preprocessing Problems #17

Open
jako5 opened this issue Jul 3, 2024 · 2 comments
Open

Preprocessing Problems #17

jako5 opened this issue Jul 3, 2024 · 2 comments

Comments

@jako5
Copy link

jako5 commented Jul 3, 2024

No description provided.

@jako5 jako5 changed the title Current Current Issues Jul 3, 2024
@jako5
Copy link
Author

jako5 commented Jul 3, 2024

Hi everybody, there seem to be multiple issues going on, which are unfortunately preventing me from doing any tests with the repo.

  1. The current specification for preprocessing the "synthetic_humans" dataset is asking me to pass
--dataset="synthetic_humans" 

... as an argument, while the preprocessing script itself

        assert self.dataset in [
            "egobody",
            "synthetic",
        ], f"{self.dataset} is not supported."

...does not allow this argument.

Furthermore, the current version of the test_set_release dataset does not seem to contain any split_train.txt (or train_list.txt) files that are required to split the datasets during preprocessing. I really hope you can push the required updates, as it would be great to do some tests with this :)

@jako5 jako5 changed the title Current Issues Preprocessing Problems Jul 3, 2024
@jako5
Copy link
Author

jako5 commented Jul 3, 2024

From what I can gather, for the current codebase to work with the current dataset, the file structure has to look like this for the synthetic dataset:

image

and the splits beeing extracted from the 60GB dataset, renamed and placed in the data folder like this

image

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

No branches or pull requests

1 participant