Revisiting SSD 300 with PyTorch

I was thinking it was a good time to revisit the Single Shot Detection (SSD 300) implementation on PyTorch for object detection for good old times, trying not to use a pre trained network (a pre-trained VGG was valid), just to see how it performed. While doing this I stumbled upon a perfectly written repository […]