fire717 / movenet.pytorch

A Pytorch implementation of MoveNet from Google. Include training code and pre-trained model.
MIT License
371 stars 87 forks source link

关于MoveNet和HRNet系列对比 #37

Open puyiwen opened 1 year ago

puyiwen commented 1 year ago

您好,您有对比过MoveNet和HRNet系列在coco上的精度对比吗?想做个基于骨骼关键点的步态识别,需要轻量化准确度比较好的姿态估计器,moveNet相比大型HRNet有差很多吗?

fire717 commented 1 year ago

这个没有,Movenet是针对嵌入式设备边缘部署的,HRNet即使是lite系列也比基于Moibilenet的Movenet大很多,可以预料的是速度会慢很多但是精度会高一些。 而且Movenet本质上是多人场景下的单人关键点识别,HRnet只支持单人场景单人关键点,也就是说前面还要加一个人体检测模型。

sunlinyu1993 commented 10 months ago

人体检测模型有推荐的吗

puyiwen commented 10 months ago

人体检测模型有推荐的吗 普通检测模型都可以,yolo系列在coco上的训练模型就能检测出人