ResNet-Faster-RCNN
Train py-faster-rcnn with ResNet models
- Install py-faster-rcnn, prepare the data and try to train any networks (VGG16, ZF) to make sure everything works.
- Get ResNet-generator to generate train/test prototxt files for ResNet models.
- Copy the solver.prototxt to ResNet model folder, and modify the solver's first line to the generated train.prototxt (extremely important, don't forget.)
- Training/Testing and go to sleep, it will take time.
Scripts and networks will come soon.