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

examples not working and path problems #9

Open
JessicaBertolasi opened this issue Mar 3, 2022 · 11 comments
Open

examples not working and path problems #9

JessicaBertolasi opened this issue Mar 3, 2022 · 11 comments

Comments

@JessicaBertolasi
Copy link

Hi everybody!
I'm trying to make the code work but I'm doing mistakes (probably while organizing files).
I've downloaded all the files required and unzipped (I think in correct way) but when I try to run the examples I can't see anything and it returns errors.

I've organized my files as you can see in the first image
GRAB_gen
and the subfolder 'grab' has this items
grab_under
the zipped_obj_subj folder contains all the objects and 6 subjects downloaded from GRAB page.

As you can see from this screen, this is what I type for see an example of movement
erorr

I think that my problem is about how I downloaded, collected and unzipped SMPLX components.
I've read multiple times all the documentations and informations on git but I can't find a way out.

Please help! :(

@otaheri
Copy link
Owner

otaheri commented Mar 6, 2022

Hi @JessicaBertolasi , please do not extract the files manually. You need to use our provided script (explained here) to extract the files and it will be automatically in the correct order. I hope it works out.

@otaheri
Copy link
Owner

otaheri commented Mar 6, 2022

The error seems to be that the code can not find any sequences in the provided --grab-path, make sure you are setting the right path.

@JessicaBertolasi
Copy link
Author

thank you for quick response! i tried to do it again, following commands etc ... unfortunately, when extracts the files, it doesn't create object_meshes folder, maybe is this the problem?

@JessicaBertolasi
Copy link
Author

JessicaBertolasi commented Mar 7, 2022

when I do the grab_preprocessing.py command it gets to me Total sequences: 0 and selected sequences: 0
what have I to set for not have this return values?
Cattura

@otaheri
Copy link
Owner

otaheri commented Mar 8, 2022

Not having the object_meshes folder is definitely a problem. Please make sure to follow the instruction on the website to get access to the object_meshes.zip before continuing to the next steps. You need to send an email to [email protected] and ask for these files as they have a license.

@JessicaBertolasi
Copy link
Author

Thank you, I've received your link for downloading object_meshes but now I've got this error
Cattura

@otaheri
Copy link
Owner

otaheri commented Mar 8, 2022

for the --grab-path please use only the dataset path (like below), not a specific sequence.

--grab-path grab/grab

@JessicaBertolasi
Copy link
Author

now this error
Cattura

@otaheri
Copy link
Owner

otaheri commented Mar 8, 2022

Again please use the path, not the file address.
--model-path models OR --model-path models/smplx

@JessicaBertolasi
Copy link
Author

it always returns me the same error ...

@kaijieshi7
Copy link

@JessicaBertolasi
--model-path models
not models/smplx/SMPLX-FEMALE.npz

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

3 participants