You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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??
The text was updated successfully, but these errors were encountered: