dingjiansw101 / AerialDetection

Apache License 2.0
786 stars 183 forks source link

recall and precision curve #79

Open mmoghadam11 opened 2 years ago

mmoghadam11 commented 2 years ago

how can i get more evaluating without DOTA server(its just give AP):i need to get more like recall precision curve or APs APm ,... after training it gives log.json file & with seaborn can get something like rbbox_loss_bbox , rbbox_loss_cls and acc , ...

  1. what the meaning of acc ???how its defined in log
  2. is there any way to find something like recall precision curve???
dingjiansw101 commented 2 years ago

If you want to evaluate without DOTA server, you can only evaluate on the validation set instead of test set. You can also use the annotations of validation set to draw precision-recall curve by yourself.