Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use?i want convert a picture to anime picture. #44

Open
wchpeng opened this issue Nov 25, 2020 · 1 comment
Open

how to use?i want convert a picture to anime picture. #44

wchpeng opened this issue Nov 25, 2020 · 1 comment

Comments

@wchpeng
Copy link

wchpeng commented Nov 25, 2020

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??

@TachibanaYoshino
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants