SAR evaluation on test set with different NMS modes
Created on October 19|Last edited on October 19
Comment
Metrics
In terms of mAP "enclose" and "argmax" perform close to each other but "enclose" clearly beats "argmax" in precision
Key finding: if mode is not "argmax" i.e. NMS is baked into inference model, "num_detections" needs to be a lot larger in order to not drop any detections!
Now "enclose" is the obvious NMS mode to use with this type of evaluation.
Run set
12
Add a comment