https://github.com/littletomatodonkey/animegan2-paddle
animegan2 using PaddlePaddle
https://github.com/littletomatodonkey/animegan2-paddle
animegan computer-vision gan paddlepaddle
Last synced: about 2 months ago
JSON representation
animegan2 using PaddlePaddle
- Host: GitHub
- URL: https://github.com/littletomatodonkey/animegan2-paddle
- Owner: littletomatodonkey
- License: apache-2.0
- Created: 2021-11-23T05:45:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T07:11:01.000Z (over 3 years ago)
- Last Synced: 2025-01-25T05:41:27.528Z (4 months ago)
- Topics: animegan, computer-vision, gan, paddlepaddle
- Language: Python
- Homepage:
- Size: 32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paddle Implementation of AnimeGANv2
* Reference
* [animegan2-pytorch](https://github.com/bryandlee/animegan2-pytorch)
* [AnimeGANv2](https://github.com/TachibanaYoshino/AnimeGANv2)
* [AnimeGANv2](https://tachibanayoshino.github.io/AnimeGANv2/)
* The code is heavily based on [animegan2-pytorch](https://github.com/bryandlee/animegan2-pytorch).# Usage
```shell
python test.py --input_dir ./samples/inputs/ --output_dir ./output
```Input images:
![]()
Output images:
![]()