roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 565 forks source link

Evaluation Precision x Recall #178

Open gsaibro opened 5 years ago

gsaibro commented 5 years ago

Hi everyone,

I am doing a comparison with others object detection networks and I have a question: How can I properly variate the threshold to obtain different recall values? I would like to just run infer_simple to get outputs at different thresholds, I'm not sure if I should touch the NMS or not.

I'm using my own database.

Thanks a lot! Güinther.