Skip to content

Latest commit

 

History

History

object_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Download PyTorch weights

Put ssd300_mAP_77.42_v2.pth in this folder. Download it here, more information here.

PyTorch 0.4.0 breaks the course materials

If you follow along with the Computer Vision A-Z course on Udemy, the API changes in PyTorch 0.4.0 break some of the magic happening in the provided SSD code. I managed to get some detection going on by lowering the detection score threshold, but that didn't really let me recognize the dog:

dogs-are-people