YangZeyu95 / unofficial-implement-of-openpose

Implement of Openpose use Tensorflow
272 stars 80 forks source link

Evaluate the performance of a model #45

Closed zahrasalahshoori closed 5 years ago

zahrasalahshoori commented 5 years ago

Hello, Thanks for sharing the awesome code .how to evaluate the performance of a model on my own dataset? there is only the loss, not accuracy also how to calculate AP for a test image? Thanks.

YangZeyu95 commented 5 years ago

There is no code for evaluation. you can check the coco dataset website for evaluation details.