sgrvinod / a-PyTorch-Tutorial-to-Object-Detection

SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
MIT License
3.05k stars 719 forks source link

Matching predictions to ground truths #73

Open abhiagwl4262 opened 3 years ago

abhiagwl4262 commented 3 years ago

I read the concept of Matching predictions to ground truths. You mentioned to check jaccard overlap for the matching. Did you follow any other matching criterion?