movenet.pytorch
movenet.pytorch copied to clipboard
Sota result or just for fun?
这些问题readme和谷歌博客其实都有答案, 就不能先看看再提问吗?
- 原始模型因为有大量非开源内部数据训练(Evaluations on the Active validation dataset show a significant performance boost relative to identical architectures trained using only COCO. ),在没有同样数据训练的情况下,你没办法比较复现的模型效果是否一致
- movenet本身追求的是轻量级,是嵌入式设备的实时性,因此精度上肯定比不上sota模型(比如bottom-up的openpose、top-bottom的hrnet),只能说在有足够、高质量的数据下还是能取得不错的精度
- In readme part3:Surely this is a muti-task learning. So add some loss to learn together may improve the performence. (Such as BoneLoss which I have added.)
test