From 4db11684c6f44fee2f089e073a04709423b499a7 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Fri, 13 Nov 2020 02:36:37 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da19243..7ea31b9 100644 --- a/README.md +++ b/README.md @@ -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. ```