fire717 / movenet.pytorch

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

您好,这个movenet在coco2017验证集上的map多少啊? #4

Closed APeiZou closed 2 years ago

APeiZou commented 2 years ago

您好,这个movenet在coco2017验证集上的map多少啊?

fire717 commented 2 years ago

没有测过mAP,因为这个是单人检测,不是用的COCO的原始数据,需要裁剪,且参考Google过滤了大于3人的图片。

APeiZou commented 2 years ago

您好,最终的实现是基于heatmap的还是基于坐标直接回归的啊?

在 2021-12-20 08:51:08,"Mr.Fire" @.***> 写道:

没有测过mAP,因为这个是单人检测,不是用的COCO的原始数据,需要裁剪,且参考Google过滤了大于3人的图片。

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

fire717 commented 2 years ago

heatmap z这个你随便看下代码就知道了