editGAN_release
editGAN_release copied to clipboard
generate new samples without the app tool
Is it possible to auto generate images without the app tool?
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).