Group Abstract Group Abstract

Message Boards Message Boards

Use larger image sizes for ResNET-50 from neural net repository?

POSTED BY: Wolfgang Hitzl

224 by 224 is a common practice to make 32x32 = 1024 more samples from one 256 by 256 input since AlexNet. I am afraid it is hard coded in the input layer and you need to crop images by yourself.

You may want to try ImageAugmentationLayer mentioned in this blog. Prepend this layer to your NN will do the image augmentation for you.

POSTED BY: Shenghui Yang
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard