-
Notifications
You must be signed in to change notification settings - Fork 40
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
AttributeError: 'AMASS' object has no attribute 'nfeats' #36
Comments
Hi @DTOSCANO461 , |
i did make some changes. and probably... it could be the cause. But the first error i got was this: python -m src.datasets.amass_parser --dataset_name amass i believe this error is about the '.npz', it is a file, not a directory. i replaced 'os.listdir(' whith 'list('. i also include a description of my folder structure in case you need it, probably the structure of Amass DB is wrong. the document is called 'summary_tree_for_Guytevet.txt]' |
when running "python -m src.visualize.text2motion ./exps/paper-model/checkpoint_0100.pth.tar --input_file assets/paper_texts.txt" i get a that error. i just change.
The problem is in src/datasets/dataset.py", line 371.
I can run the script by assigning values to those variables in lines 371 and 372, so it seems that the issue lies in the parameter passing.
Thanks for your time, im kind of a noob :)
The text was updated successfully, but these errors were encountered: