AerialDetection icon indicating copy to clipboard operation
AerialDetection copied to clipboard

recall and precision curve

Open mmoghadam11 opened this issue 3 years ago • 1 comments

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???

mmoghadam11 avatar Jul 31 '21 23:07 mmoghadam11

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.

dingjiansw101 avatar Dec 23 '21 08:12 dingjiansw101