MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.86k stars 1.96k forks source link

single hand output error #1080

Open humorbei opened 1 year ago

humorbei commented 1 year ago

你好,在使用命令python demo_inference.py --cfg configs/single_hand/resnet/256x192_res50_lr1e-3_2x-dcn-regression.yaml --checkpoint pretrained_models/singlehand_fast50_dcn_regression_256x192.pth --indir examples/demo/ --save_img时,发现输出文件夹exaples/res中的图片没有任何处理

但是测试halpe_26时输出图片是正常的

humorbei commented 1 year ago

你好,我回滚到之前的版本也是这样的,examples/demo/的图片手部模型没法识别,该如何调试?

humorbei commented 1 year ago

@HaoyiZhu 能提供下帮助吗,谢谢!

HaoyiZhu commented 1 year ago

Singlehand版本的模型需要提供单手的大致bbox,而不能直接用人体的bbox。见Model ZOO当中 If you want to use the single hand model, you should give the rough bounding box of a single hand instead of that of a whole person.

HaoyiZhu commented 1 year ago

如果你对单手bbox的获取有困难的话,我建议可以直接用全身的模型检测手

humorbei commented 1 year ago

如果你对单手bbox的获取有困难的话,我建议可以直接用全身的模型检测手

好的,非常感谢!没有注意到Notes中的提示

humorbei commented 1 year ago

@HaoyiZhu 请教一下,我参照singlehand的配置训练脚部骨骼点识别的模型,得到acc非常低,能给些改进的提示吗,谢谢!

HaoyiZhu commented 1 year ago

这个可能有很多因素,比如数据集大小,标注质量等等。