You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 , ...
what the meaning of acc ???how its defined in log
is there any way to find something like recall precision curve???
The text was updated successfully, but these errors were encountered:
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.
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 , ...
The text was updated successfully, but these errors were encountered: