AdvancedEAST icon indicating copy to clipboard operation
AdvancedEAST copied to clipboard

Why did you use VGG16 instead of Resnet?

Open scut-salmon opened this issue 5 years ago • 9 comments

Hi, I found that the model just overfits in just some epochs, is this because the backbone is VGG instead of resnet?

scut-salmon avatar Apr 16 '19 02:04 scut-salmon

I have same problem.

hcnhatnam avatar Apr 16 '19 14:04 hcnhatnam

you can change the backbone

clement10601 avatar Apr 19 '19 00:04 clement10601

and how to change the backbone.

Zhang-O avatar Jul 29 '19 02:07 Zhang-O

@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 avatar Jul 29 '19 03:07 scut-salmon

3ks,could you add me to qq friends? my account is 691259192

Zhang-O avatar Jul 29 '19 03:07 Zhang-O

I am new to advanced East .i think I will have lots questions when study east and advanced east

Zhang-O avatar Jul 29 '19 03:07 Zhang-O

????

Zhang-O avatar Jul 29 '19 03:07 Zhang-O

I have flowed you

Zhang-O avatar Jul 29 '19 03:07 Zhang-O

@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

ccsone avatar Mar 18 '20 09:03 ccsone