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

Fix bugs for TRACE training #468

Open
qiqiApink opened this issue Jul 18, 2023 · 9 comments
Open

Fix bugs for TRACE training #468

qiqiApink opened this issue Jul 18, 2023 · 9 comments

Comments

@qiqiApink
Copy link

There are too many bugs in the TRACE training code including the dataloader. Can you check your code and upload some missing files used by dataloaders to make sure the code can be run?

@Arthur151
Copy link
Owner

Arthur151 commented Jul 18, 2023

@qiqiApink
Sorry for the bugs.
Due to some reason, I haven't got a new environment to test the code. I will work on this and this may need some time to establish a suitable environment. Really sorry for the trouble. But anyway, I will try my best to provide essential helps.
Maybe before I can get everything done, I can provide the file you need as you demand.
Here is a similar issue
#467

Thanks for your understanding.
Best,
Yu

@Arthur151
Copy link
Owner

@qiqiApink
I have uploaded the missing annotation files for Human3.6M at
https://pan.baidu.com/s/1xGXeXgBUwvINz4I5c0hweQ?pwd=ek92

Rest splited zip files (15 left, each 20GB) of MPI-INF-3DHP are still in the progress of uploading.
Best,
Yu

@qiqiApink
Copy link
Author

The checkerboard.jpg

checkboard_image_path = '/home/yusun/Infinity/project_data/staff/checkerboard.jpg'
and smpl_neutral_betas.npz
smpl_neutral_betas_path = os.path.join(self.data_folder, 'smpl_neutral_betas.npz')
seem missing.

@Arthur151
Copy link
Owner

@qiqiApink
Copy link
Author

Thanks.
BTW

from evaluation.pw3d_eval.SMPL import SMPL

This also cannot be found.

@Arthur151
Copy link
Owner

Arthur151 commented Jul 18, 2023 via email

@qiqiApink
Copy link
Author

I mean the SMPL class used. There isn't pw3d_eval.py under evaluation folder and I can't find the same definition of SMPL class used here in other python files.

smpl_model_genders = {'f':SMPL(center_idx=0, gender='f', model_root=os.path.join(config.model_dir,'smpl_original')),\

@Arthur151
Copy link
Owner

If the path to annots.npz is properly set at

self.annots_path = os.path.join(self.data_folder,'annots.npz')

then you should not go into this function (pack_data)

@Yasaman-Haghighi
Copy link

Hello, thanks for your interesting work. Is it possible to upload the annotations to google drive as well?

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