nothinglo / Deep-Photo-Enhancer

TensorFlow implementation of the CVPR 2018 spotlight paper, Deep Photo Enhancer: Unpaired Learning for Image Enhancement from Photographs with GANs
MIT License
794 stars 110 forks source link

i want to deal a picture of 1920*1080,but i don`t know what can i do? #77

Closed GentlemanWally closed 5 years ago

GentlemanWally commented 5 years ago

@nothinglo Thought i saw the #18,i don`t know how to deal a picture which is bigger than 512*512. can you give me more details or methods to deal the problem?

GentlemanWally commented 5 years ago

@nothinglo i read all of test codes,i found LPGAN_exp_G3_999 is useful to deal the picture of 1920*1080, but i don`t found any code about to train 999. could you tell me how to train 999 or change another test code to 999 test code?

marvellousxf commented 5 years ago

@nothinglo i read all of test codes,i found LPGAN_exp_G3_999 is useful to deal the picture of 1920*1080, but i don`t found any code about to train 999. could you tell me how to train 999 or change another test code to 999 test code?

I wonder if you know how to train the model-999 now....

GentlemanWally commented 5 years ago

@nothinglo i read all of test codes,i found LPGAN_exp_G3_999 is useful to deal the picture of 1920*1080, but i don`t found any code about to train 999. could you tell me how to train 999 or change another test code to 999 test code?

I wonder if you know how to train the model-999 now....

sorry,i don`t know how to train the model-999 now.

nothinglo commented 5 years ago

The model-999 is trained based on 512x512 images.