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

A problem about scaled_focal_length during motion datas producing #122

Open
husthdd opened this issue May 14, 2024 · 1 comment
Open

A problem about scaled_focal_length during motion datas producing #122

husthdd opened this issue May 14, 2024 · 1 comment
Assignees

Comments

@husthdd
Copy link

husthdd commented May 14, 2024

Hello Everyone. I tried to produce motion data following the instructions.
There was an error thrown when I run the below code in smpl_transfer.py
for smpl_outs, cam_t, foc_len, file_path in tqdm( zip(result_dict_list["smpl"], result_dict_list["camera"], result_dict_list["scaled_focal_length"], driving_paths) ):
After debugging, I found that both generate_smpls.py(line 235) and smooth_smpls.py(line 151) did not add the key "scaled_focal_length" to smpls_group.npz. So, during the "step 4 transfer smpl", program cannot load this key from smpls_group.npz.

is it a bug of project? or I have missed something during the previous steps

thank you very much

@chuong98
Copy link

see this issue, it is a bug but can be fixed:
#105

@AricGamma AricGamma self-assigned this Jun 14, 2024
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