Yukariin / SAN_pytorch

Second-order Attention Network for Single Image Super-resolution (CVPR-2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc bug

gwern opened this issue · comments

In README:

python test.py --scale 2 --checkpoint path/to/model.pth --input path/to/image.jpg --output SR_output_x2.png

should be --image, not --input.

Thanks!