Closed vrahnos3 closed 1 year ago
I solved it just increasing the number of fps in this command
https://github.com/tijiang13/InstantAvatar/blob/4348c1e5a38627a8096d288072896e281577d4f5/scripts/custom/process-sequence.sh#L46
According to this detail I managed to export the mp4 file. When I run it without --headless
argument above error still exists.
Hi Panos,
Sorry for slow reply as I have been quite occupied recently. Regarding your question, as can be seen here the pose_optimized.npz
should be generated automatically before. If you can't find that file, please double-check if previous scripts are executed smoothly.
For headless mode I guess it's a separate issue. I'd suggest creating a clean virtual environment and checking if the problem is persistent.
Best, Tianjian
Hi Panos,
Sorry for slow reply as I have been quite occupied recently. Regarding your question, as can be seen here the
pose_optimized.npz
should be generated automatically before. If you can't find that file, please double-check if previous scripts are executed smoothly.For headless mode I guess it's a separate issue. I'd suggest creating a clean virtual environment and checking if the problem is persistent.
Best, Tianjian
All scripts are running as well, I just mentioned that the file that is created is named poses_optimized.npz
and in file process-sequence.sh you called it as pose_optimized.npz
(without an s on the end of word pose).
Hi vrahnos3,
Good catch, I skipped the visualization when I did the testing 🥲 Thanks a lot!
Best, Tianjian
Now it should be fixed with ed554edd13876aa84d1bf169760bf64e51cf09fb
Thanks again for letting me know!
Best, Tianjian
Hello, thanks for the great work. First I want to mention an error in
process-sequence.sh
file. In thιs line https://github.com/tijiang13/InstantAvatar/blob/4348c1e5a38627a8096d288072896e281577d4f5/scripts/custom/process-sequence.sh#L46 you runvisualize-SMPL.py
whith argument--pose $path/pose_optimized.npz
but the file that is created is namedpose**s**_optimized.npz
. Maybe many people trying to run this script and occurs other errors that caused because poses can't be loaded. Secondly, even when I fixed it, the error with_proc
still exists : I tried even to run it without--headless
arg as mentioned in #21 and the result was that: Anyone know how to solve this?