We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba91353 commit b416a01Copy full SHA for b416a01
README.md
@@ -8,7 +8,7 @@ pip install pillow torch torchvision numpy
8
```
9
Download the pretrained models into the pixelization_inference folder:
10
[pixelart_vgg19.pth](https://drive.google.com/file/d/1VRYKQOsNlE1w1LXje3yTRU5THN2MGdMM/view?usp=sharing)
11
-[aliasnet.pth](https://drive.google.com/file/d/17f2rKnZOpnO9ATwRXgqLz5u5AZsyDvq_/view?usp=sharing)
+[alias_net.pth](https://drive.google.com/file/d/17f2rKnZOpnO9ATwRXgqLz5u5AZsyDvq_/view?usp=sharing)
12
[160_net_G_A.pth](https://drive.google.com/file/d/1i_8xL3stbLWNF4kdQJ50ZhnRFhSDh3Az/view?usp=sharing)
13
14
python pixelization.py --input input_file.png
0 commit comments