cameronfabbri / Underwater-Color-Correction

Using GANs to correct color distortion in underwater images.
292 stars 86 forks source link

About the convert_video.py #7

Closed balzac001 closed 5 years ago

balzac001 commented 5 years ago

The netG function is not found if I use the pix2pix network, how I can change it? If I use the resnet network, the netG function is netG(x), not netG(x, loss_method)!

noahratliff commented 5 years ago

Is there any resolution to this issue? I am having the same problem.

noahratliff commented 5 years ago

@balzac001

cameronfabbri commented 5 years ago

This has been resolved, convert_video.py should work now.