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

mAP is 0 #96

Open AlexHunterLeo opened 1 year ago

AlexHunterLeo commented 1 year ago

I try to load the pre-train model and use 8 images as test dataset but got mAP is 0, it seems SSD did not detect anything, and the reason I just use 8 images as test dataset is because model.detect_objects runs too slow