hellboywyh

Results 4 comments of hellboywyh

`checkpoint/mpii_hg_s2_b1_mobile_fpd/model_best.pth.tar`是得到的kd后的模型,我用这个模型进行evaluation的时候先是使用了**mpii_kd.py**运行以下命令: `python mpii_kd.py -a hg --stacks 2 --blocks 1 --checkpoint checkpoint/mpii_hg_s2_b1_mobile_fpd/ --resume checkpoint/mpii_hg_s2_b1_mobile_fpd/model_best.pth.tar -e` 但是得到了error: `mpii_kd.py: error: argument --teacher_checkpoint is required` 然后试着使用**mpii.py**,换用命令: `python mpii.py -a hg --stacks 2 --blocks 1...

Problem solved by your methods! Thank you! I missed the `--mobile`.

I ran the evaluation again and got this, the acc is pretty low and obviously incorrect. ```bash python mpii.py -a hg --stacks 2 --blocks 1 --checkpoint checkpoint/hg_s2_b1_mobile_fpd/ --resume checkpoint/hg_s2_b1_mobile_fpd/model_best.pth.tar -e...

Yes, you are right! Thank you so much! But I am still confused with the images' number……but it doesn't matter now……