Open wchpeng opened 3 years ago
First check the gpu settings os.environ["CUDA_VISIBLE_DEVICES"] = "0", Then, check whether the checkpoint weight is stored in the correct directory Finally, in the test.py file, set the default weight path, test image path, output image path, and run.
if I want convert a picture to anime picture. What is command should use?
I install environment using a docker image, and put my pictures in folder "samples", and run docker run -it xxxx python main.py
I except AnimeGAN can handle my pictures, but he start train the pictures in folder dataset. one step and one step, slowly, I close it using ctrl+c until it runing step 100+.
I just want convert my pictures to anime picture. What is wrong with me? And what should I do correct??