pytorch-retinanet
pytorch-retinanet copied to clipboard
Changing the base network (to VGG, ResNet, DenseNet, etc.)
It will be nice to be able to train using other standard networks as well, since FPN requires too much memory. Right now, changing the base network in retinanet.py (e.g., to VGG) does not work out of the box.
Has anybody tried and got it working?