williamyang1991 / StyleGANEX

[ICCV 2023] StyleGANEX: StyleGAN-Based Manipulation Beyond Cropped Aligned Faces
Other
495 stars 35 forks source link

Video toonify training #27

Closed Dratlan closed 1 month ago

Dratlan commented 1 month ago

Thanks for your great work. what's the data organization in video toonify(eg, what's in 'toonify_in': 'data/train/pixar/trainA/'), and other style like arcane, comic, cartoon, ukyio,etc. The toonify dataset in my download was not organized. thank you for your reply

williamyang1991 commented 1 month ago

I just uses StyleGAN and Toonify to generate paired data from the same latent w and put most of them into data/train/pixar/trainA/ and data/train/pixar/trainB/, and part of them data/train/pixar/testA/ and data/train/pixar/testB/

left three images are toonify_in, right three images are toonify_out image

Dratlan commented 1 month ago

I just uses StyleGAN and Toonify to generate paired data from the same latent w and put most of them into data/train/pixar/trainA/ and data/train/pixar/trainB/, and part of them data/train/pixar/testA/ and data/train/pixar/testB/

left three images are toonify_in, right three images are toonify_out image

I just uses StyleGAN and Toonify to generate paired data from the same latent w and put most of them into data/train/pixar/trainA/ and data/train/pixar/trainB/, and part of them data/train/pixar/testA/ and data/train/pixar/testB/

left three images are toonify_in, right three images are toonify_out image

Thanks for your quick reply. I got one more question, for hair edit in this paper, it mainly changes the color, can i remove/change/enrich Hair from Portraits? or for a new attribute, how can i find its related edit_w

williamyang1991 commented 1 month ago

You should refer to the related StyleGAN-based editing method like InterFaceGAN or LowRankGAN.

Dratlan commented 1 month ago

Thanks