NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.28k stars 1.1k forks source link

colorize grayscale images #634

Open Matarwy opened 5 months ago

Matarwy commented 5 months ago

Is it possible to train the styleGAN3 to colorize grayscale images using 2 inputs, the grayscale image and the colored image, and take styles from the colored image to put into the grayscale image?

Neilstid commented 3 months ago

I think StyleGAN is not the kind of network you should look at first. There's multiple deep learning networks to colorize grayscale images. This should help you to start: https://github.com/MarkMoHR/Awesome-Image-Colorization