Chengkai Yang
commited on
Commit
·
07167e3
1
Parent(s):
498fedc
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ optional arguments:
|
|
44 |
|
45 |
Download [vgg19 weight](https://drive.google.com/file/d/1UcSl-Zn3byEmn15NIPXMf9zaGCKc2gfx/view?usp=sharing), [decoder weight](https://drive.google.com/file/d/18JpLtMOapA-vwBz-LRomyTl24A9GwhTF/view?usp=sharing) under the main directory.
|
46 |
|
47 |
-
To test basic style transfer, run the script
|
48 |
|
49 |
```
|
50 |
$ python test.py --content_image $IMG --style_image $STYLE --cuda
|
|
|
44 |
|
45 |
Download [vgg19 weight](https://drive.google.com/file/d/1UcSl-Zn3byEmn15NIPXMf9zaGCKc2gfx/view?usp=sharing), [decoder weight](https://drive.google.com/file/d/18JpLtMOapA-vwBz-LRomyTl24A9GwhTF/view?usp=sharing) under the main directory.
|
46 |
|
47 |
+
To test basic style transfer, run the script test.py. Specify `--content_image`, `--style_image` to the image path, or specify `--content_dir`, `--style_dir` to iterate all images under this directory. All outputs are saved in `./results/`. Specify `--grid_pth` to collect all outputs in a grid image.
|
48 |
|
49 |
```
|
50 |
$ python test.py --content_image $IMG --style_image $STYLE --cuda
|