ZongxuPan / DrBox-v2-tensorflow

The tensorflow implementation of DrBox-v2 which is an improved detector with rotatable boxes for target detection in remote sensing images
Apache License 2.0
47 stars 21 forks source link

How should I evaluate the model? #6

Open niuxiansen2 opened 5 years ago

niuxiansen2 commented 5 years ago

I have trained this 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 , P-R curve and fps

ZongxuPan commented 5 years ago

I have trained this 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 , P-R curve and fps

We are arranging the code of evaluating the model as well as the corresponding instruction, please wait a moment.

ZongxuPan commented 5 years ago

I have trained this 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 , P-R curve and fps

We updated our codes just now. In this version, we provide the tool for evaluating the test results, please see the README.md for details. In addition, we updated Drbox.py for adapting the evaluation codes, so please update this python file to the latest version before calling evaluation.py.

niuxiansen2 commented 5 years ago

I have trained this 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 , P-R curve and fps

We updated our codes just now. In this version, we provide the tool for evaluating the test results, please see the README.md for details. In addition, we updated Drbox.py for adapting the evaluation codes, so please update this python file to the latest version before calling evaluation.py. I really and sincerely appreciate for your help.