Real-time-Text-Detection-DBNet
Real-time-Text-Detection-DBNet copied to clipboard
how can we use pretrained model with ResNet in config.json?
I am trying to use pretrained model to train ResNet please give me some answer. @SURFZJY Thank you.
Line 32, change 'shufflenetv2' to 'resnet50', you can find more backbone in this file: https://github.com/SURFZJY/Real-time-Text-Detection-DBNet/blob/master/models/model.py
I mean if i am using resnet50 and if I want to use my pretrained model.
in config.json line 34 "pretrained": "true", so ResNet using Imagenet pretrained.