editGAN_release icon indicating copy to clipboard operation
editGAN_release copied to clipboard

generate new samples without the app tool

Open nadavpo opened this issue 3 years ago • 1 comments

Is it possible to auto generate images without the app tool?

nadavpo avatar Jun 22 '22 11:06 nadavpo

Hello ! You can add the generate_data function in the train_interpreter.py file from the original datasetGAN repository: https://github.com/nv-tlabs/datasetGAN_release.

Then you can call the train_interpreter.py script with an argument '--generate_data' to generate annotated data from the pixel classifier checkpoints (similarly to the implementation of the original datasetgan repository for this).

youssefadarrab avatar Sep 27 '22 14:09 youssefadarrab