mcahny / object_localization_network

Learning Open-World Object Proposals without Learning to Classify
Apache License 2.0
193 stars 26 forks source link

AUC calculation #2

Closed MatthewInkawhich closed 2 years ago

MatthewInkawhich commented 2 years ago

How do you compute AUC as shown in your results tables? If you could release that code, that would be very helpful.

Thanks.

mcahny commented 2 years ago

The feature is now added. Please refer to https://github.com/mcahny/object_localization_network/blob/main/tools/compute_auc.py

Thanks.