liulei01 / DRBox

A deep learning based algorithm to detect rotated object, for example, objects in remote sensing images
Other
421 stars 142 forks source link

How should I evaluate the model? #10

Open jwwangchn opened 6 years ago

jwwangchn commented 6 years ago

I have trained a model with my own dataset. I want to evaluate the performance of this model, so how should I evaluate the model? I want to get the value of AP and P-R curve.

xncaffe commented 6 years ago

请问您现在知道怎么去评估DRBox了吗?具体是怎样测试mAP和AP的 @jwwangchn

TimZhang1024 commented 5 years ago

I met the same problem, have you solved this? How did you change the code? Please

keck91 commented 5 years ago

I used a script based on this Medium article. You can find it here on github.