Preprocessing Problems
jako5 opened this issue · 2 comments
jako5 commented
Preprocessing Problems
jako5 commented
Hi everybody, there seem to be multiple issues going on, which are unfortunately preventing me from doing any tests with the repo.
- 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 commented