deepak112 / Keras-SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network implemented in Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick question about VGG19

zzhan127 opened this issue · comments

Hello,

thank you for your work on SRGAN. I am working on using SRGAN for medical images.
I have a question about VGG19. The VGG19 is trained on a large dataset of color images, so if I want to use SRGAN for grayscale medical images, can we still use VGG19 for the loss?

Thank you!

Great. Thanks for the help.