xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
614 stars 143 forks source link

some problems occur running demo #90

Open haolianyi opened 4 years ago

haolianyi commented 4 years ago

Hi, thanks for open source. When I use the command python demo.py --demo /cluster/home/it_stu14/3DHP/images/mpii_2.png [--gpus -1] [--load_model /cluster/home/it_stu14/3DHP/models/fusion_3d_var.pth] I got the error : demo.py: error: unrecognized arguments: [--gpus -1] [--load_model /cluster/home/it_stu14/3DHP/models/fusion_3d_var.pth] I want to ask for some help, thanks!

funihang commented 4 years ago

I think the mean of "[ ]" is optional and you should delete it or it and the content inside it

lvandoit commented 3 years ago

hi: Sorry for bother, in human pose estimation with MPI-INF-3DHP often use pck as the criterion with theshold of 150mm. In the criterion, the scale factor will multiply the distance between estimation and ground truth. So how to compute the scale factor . @funihang