Closed guerrifrancesco closed 4 years ago
Dear @rirri93, it has been resolved here, please refer.
https://github.com/fabro66/GAST-Net-3DPoseEstimation/issues/12
Thank you! Resolved.
Now I have another error. If I run
python gen_skes.py -v baseball.mp4 -np 1 --animation
I obtain: gen_skes.py: error: unrecognized arguments: --animation
And if I remove --animation argument:
FileNotFoundError: [Errno 2] No such file or directory: '~/GAST-Net-3DPoseEstimation/output/./output/apart.npz'
For gen_skes.py: error: unrecognized arguments: --animation
please refer to
https://github.com/fabro66/GAST-Net-3DPoseEstimation/issues/13.
Hi, thanks. I copied human_detector.py to GAST-Net-3DPoseEstimation/lib/detector and gen_kpts.py to GAST-Net-3DPoseEstimation/pose/pose_estimation but the problem is still there.
Ok I did git pull
and now it works fine. Thank you
When I try to run gen_skes.py I obtain this error:
File "gen_skes.py", line 14, in
from imp_model.gast_net import SpatioTemporalModelOptimized1f
ModuleNotFoundError: No module named 'imp_model'
How can I resolve? Thanks