TachibanaYoshino / AnimeGAN

A Tensorflow implementation of AnimeGAN for fast photo animation ! This is the Open source of the paper 「AnimeGAN: a novel lightweight GAN for photo animation」, which uses the GAN framwork to transform real-world photos into anime images.
4.47k stars 659 forks source link

Weird results #12

Closed carrera closed 4 years ago

carrera commented 4 years ago

When i run

python3 main.py --phase test --dataset Hayao  --checkpoint_dir checkpoint/AnimeGAN.model-60

I get strange results like

1

or

1

What might be causing it?

carrera commented 4 years ago

It also says failed to find checkpoint

carrera commented 4 years ago

found the problem