Best SSD for object detection

Hi all,
I’m looking for a good pytorch implementation for SSD (single shot detector) which uses Resnet50 as backbone. My goal is training it on my custom dataset which contains small objects like bolts. I have already used faster rcnn and obtained good result but i want to compare it with the ssd. Do you know any good repository?