deepak112 / Keras-SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network implemented in Keras
276 stars 146 forks source link

Quick question about VGG19 #10

Closed zzhan127 closed 5 years ago

zzhan127 commented 5 years ago

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!

deepak112 commented 5 years ago

Hi,

Yes we can use it for medical datasets with grayscale images. I also used it for CCTV grayscale images.

Regards Deepak

On Tue, Jun 11, 2019, 2:41 AM Zeyu Zhang notifications@github.com wrote:

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!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deepak112/Keras-SRGAN/issues/10?email_source=notifications&email_token=ACVYIK3A37D7SNNCCTLRYWDPZ27PTA5CNFSM4HWYT3WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GYVG3XA, or mute the thread https://github.com/notifications/unsubscribe-auth/ACVYIK7WLSNWHONEQZECSBTPZ27PTANCNFSM4HWYT3WA .

zzhan127 commented 5 years ago

Great. Thanks for the help.