Update README.md

This commit is contained in:
hzwer
2020-11-13 02:36:37 +08:00
committed by GitHub
parent 1449678efb
commit 4db11684c6

View File

@@ -17,8 +17,9 @@ pip3 install opencv-python
(We also provide 百度网盘 source. 链接: https://pan.baidu.com/s/17tHd-syovvRGP2C6UVPsIw 提取码: 5ha7)
* Unzip and move the pretrained parameters to train_log/\*.pkl
## Usage
**Inference**
```
$ python3 inference.py --img /path/to/image_0 /path/to/image_1
// You will get an out.png.
// You can use cpu to have a try.
```