gan-control icon indicating copy to clipboard operation
gan-control copied to clipboard

This package provides a pythorch implementation of "GAN-Control: Explicitly Controllable GANs", ICCV 2021.

Results 12 gan-control issues
Sort by recently updated
recently updated
newest added

Path src assigned before cloning the GIT (missing step). Problems also with: ``` from gan_control.inference.controller import Controller controller_path = '../resources/gan_models/controller_age015id025exp02hai04ori02gam15' controller = Controller(controller_path) ``` Errors: INFO:gan_control.inference.controller: Init Controller class... INFO:gan_control.inference.inference:...

Hello, do you have the requirement.txt to let us build the environment quickly?