TachibanaYoshino / AnimeGANv2

[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
5.06k stars 709 forks source link

fix basic errors in test.py and video2anime.py #39

Open xiuyangleiasp opened 2 years ago

xiuyangleiasp commented 2 years ago

in video2anime.py change tf.v1 to tf.compat.v1, in test.py change args.style_name to args.save_dir. just sample errors.