AdvancedEAST
AdvancedEAST copied to clipboard
Why did you use VGG16 instead of Resnet?
Hi, I found that the model just overfits in just some epochs, is this because the backbone is VGG instead of resnet?
I have same problem.
you can change the backbone
and how to change the backbone.
@Zhang-O @hcnhatnam It's ok to change to resnet50 by two lines, but it seems no improvement. vgg16 = ResNet50(input_tensor=self.input_img, weights='imagenet', include_top=False) self.f = [vgg16.get_layer('activation_49').output, vgg16.get_layer('activation_40').output, vgg16.get_layer('activation_22').output, vgg16.get_layer('activation_10').output]
3ks,could you add me to qq friends? my account is 691259192
I am new to advanced East .i think I will have lots questions when study east and advanced east
????
I have flowed you
@Zhang-O @hcnhatnam It's ok to change to resnet50 by two lines, but it seems no improvement. vgg16 = ResNet50(input_tensor=self.input_img, weights='imagenet', include_top=False) self.f = [vgg16.get_layer('activation_49').output, vgg16.get_layer('activation_40').output, vgg16.get_layer('activation_22').output, vgg16.get_layer('activation_10').output]
@scut-salmon HELLO i changed resnet50 based your method, it occurs out dimension error