Real-time-Text-Detection-DBNet icon indicating copy to clipboard operation
Real-time-Text-Detection-DBNet copied to clipboard

how can we use pretrained model with ResNet in config.json?

Open aswa123 opened this issue 4 years ago • 3 comments

I am trying to use pretrained model to train ResNet please give me some answer. @SURFZJY Thank you.

aswa123 avatar Apr 19 '22 04:04 aswa123

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

SURFZJY avatar Apr 20 '22 17:04 SURFZJY

I mean if i am using resnet50 and if I want to use my pretrained model.

aswa123 avatar Apr 22 '22 04:04 aswa123

in config.json line 34 "pretrained": "true", so ResNet using Imagenet pretrained.

aswa123 avatar Apr 22 '22 04:04 aswa123