chongruo / detectron2-ResNeSt

A fork of Detectron2 with ResNeSt backbone
https://arxiv.org/abs/2004.08955
Apache License 2.0
385 stars 73 forks source link

how to let AP in range [0,1]? #26

Closed dongzhenguo2016 closed 4 years ago

dongzhenguo2016 commented 4 years ago

When I run train_net.py and specify eval_only = True to test and calculate the AP, I find that the calculated AP range is not between [0,1], I feel very strange. Do you know how to calculate the AP value for each range [0,1]? After finding the AP for each category, I can calculate the mAP on the entire test data set. Thank you

chongruo commented 4 years ago

https://github.com/facebookresearch/detectron2/issues/1420