I tried White-box-Cartoonization that converts live action into animation style
Clone White-box Cartoonization.
Create an environment for White-box Cartoonization.
$ conda create -n wbc python=3.6
$ conda activate wbc
$ cd White-box-Cartoonization-master
$ pip install tensorflow-gpu==1.12.0
$ pip install scikit-image==0.14.5
$ pip install opencv-python
$ pip install tqdm
Place the test images in / test_code / test_images.
Run /test_code/cartoonize.py.
$ cd test_code
$ python cartoonize.py
100%|██████████████████████████████████████████████████████████████████████████████████| 11/11 [00:12<00:00, 1.12s/it]
The results are saved in / test_code / cartoonized_images.
before
after
Thank you for your hard work.
Recommended Posts