deep-residual-networks icon indicating copy to clipboard operation
deep-residual-networks copied to clipboard

Training RESNET on PASCAL VOC dataset

Open kristellmarisse opened this issue 8 years ago • 2 comments

I need a resnet50 model trained on PASCAL VOC dataset. So is it better if I crop the training images based on annotations or simply feed the whole images for training on RESNET?

kristellmarisse avatar Aug 09 '16 13:08 kristellmarisse

have u trained resnet50 model trained on PASCAL VOC dataset?Which of the above two way to prepare training image do u choose?

nuanxinqing avatar Oct 21 '16 09:10 nuanxinqing

You can check this link out https://github.com/DrSleep/tensorflow-deeplab-resnet/blob/master/train.py

dheerajpai avatar Jul 07 '18 09:07 dheerajpai