From f803de35b06ec4e4de519785ac2364e1face83af Mon Sep 17 00:00:00 2001 From: shakex Date: Wed, 29 Jul 2020 20:28:58 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9afb9a..6d446e4 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ ### 运行 1. 进入 `Card-Rectification/` 目录 -2. 单张图片处理:`$ python recitify.pyc [input_path] [output_path]` +2. 单张图片处理:`$ python rectify.py [input_path] [output_path]` - `input_path`: 待校正图像的位置 - `output_path`: 校正后图像的保存位置 - - e.g. `$ python recitify.pyc example/card1.jpg result/card1_res.png` -3. 批处理:`$ python recitify.pyc [input_dir] [output_dir] + - e.g. `$ python rectify.py example/card1.jpg result/card1_res.png` +3. 批处理:`$ python rectify.py [input_dir] [output_dir] - `input_dir`: 待校正图像目录 - `output_dir`: 校正后图像保存目录 - 默认保存图片为.png格式 - - e.g. `$ python recitify.pyc example/ result/` + - e.g. `$ python rectify.py example/ result/` * GPU使用:在GPU可用的情况下,程序会优先使用GPU运行;否则将采用CPU运行。 ## 尚未解决的情况