Working in progress to reproduce DSOD: Learning Deeply Supervised Object Detectors from Scratch

Original Implementation in Caffe could be found from here

This implementation is based on torchcv:a PyTorch vision library mimics ChainerCV

see train code at examples/dsod/train.py

see model at `torchcv/models/dsod/'