|
@@ -1,9 +1,14 @@
|
|
|
# CartoonGAN-Test-Pytorch-Torch
|
|
|
-Pytorch and Torch testing code of [CartoonGAN](http://openaccess.thecvf.com/content_cvpr_2018/CameraReady/2205.pdf) `[Chen et al., CVPR18]`. With the released pretrained [models](http://cg.cs.tsinghua.edu.cn/people/~Yongjin/Yongjin.htm) by the authors, I made these simple scripts for a quick test. Tested on Ubuntu only.
|
|
|
+Pytorch and Torch testing code of [CartoonGAN](http://openaccess.thecvf.com/content_cvpr_2018/CameraReady/2205.pdf) `[Chen et al., CVPR18]`. With the released pretrained [models](http://cg.cs.tsinghua.edu.cn/people/~Yongjin/Yongjin.htm) by the authors, I made these simple scripts for a quick test.
|
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
+- Linux
|
|
|
+- NVIDIA GPU
|
|
|
+- Pytorch
|
|
|
+- Torch
|
|
|
+
|
|
|
```
|
|
|
git clone https://github.com/Yijunmaverick/CartoonGAN-Test-Pytorch-Torch
|
|
|
cd CartoonGAN-Test-Pytorch-Torch
|