We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm trying to use class conditional generation on stylegan2-ADA, but couldn't find the num_classes option for the vision aided discriminator
vision-aided-gan/stylegan2/vision_module/cv_discriminator.py
Line 55 in 95fc55b
The text was updated successfully, but these errors were encountered:
Hi,
For vision-aided discriminators with num_classes option, please use the following class
vision-aided-gan/vision_aided_loss/cv_discriminator.py
Line 95 in 95fc55b
This has similar functionality as the one in vision-aided-gan/stylegan2/vision_module/cv_discriminator.py for unconditional models but also provides the option to add class conditioning.
Either add vision_aided_loss to the path or pip install git+https://github.com/nupurkmr9/vision-aided-gan.git. An example use is:
vision_aided_loss
pip install git+https://github.com/nupurkmr9/vision-aided-gan.git
vision-aided-gan/stylegan3/train.py
Line 293 in 95fc55b
Thanks.
Sorry, something went wrong.
No branches or pull requests
Hi! I'm trying to use class conditional generation on stylegan2-ADA, but couldn't find the num_classes option for the vision aided discriminator
vision-aided-gan/stylegan2/vision_module/cv_discriminator.py
Line 55 in 95fc55b
The text was updated successfully, but these errors were encountered: