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

Possible bug in the trained checkpoint? #83

Open ashBabu opened 2 years ago

ashBabu commented 2 years ago

I downloaded the checkpoint_ssd300.pth.tar and ran the detect.py using image_test and I got the detection as image_result

Any possible solutions? Thanks