fabro66 / GAST-Net-3DPoseEstimation

A Graph Attention Spatio-temporal Convolutional Networks for 3D Human Pose Estimation in Video (GAST-Net)
MIT License
313 stars 70 forks source link

gen_skes.py: error: unrecognized arguments: --animation #13

Closed yerzhan7orazayev closed 3 years ago

yerzhan7orazayev commented 3 years ago

Dear @fabro66,

I encountered this issue when running python gen_skes.py -v baseball.mp4 -np 1 --animation:

python gen_skes.py -v baseball.mp4 -np 1 --animation
usage: gen_skes.py [-h] [--cfg CFG] [--modelDir MODELDIR] [--det-dim DET_DIM] [--thred-score THRED_SCORE] [-np NUM_PERSON] [-v VIDEO] ...
gen_skes.py: error: unrecognized arguments: --animation

Thanks.

fabro66 commented 3 years ago

Hi~ I just fixed it.

.\lib\detector\human_detector.py
.\lib\pose\pose_estimation\gen_kpts.py
yerzhan7orazayev commented 3 years ago

Resolved. Thanks.