From d757938364a08653da802ebead6a8cc0a75b357d Mon Sep 17 00:00:00 2001 From: yizt Date: Sun, 7 Jun 2020 16:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E6=B5=8B=E6=9C=8D=E5=8A=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest.py b/rest.py index dc77206..a12016b 100644 --- a/rest.py +++ b/rest.py @@ -102,7 +102,7 @@ def start_tornado(app, port=5000): """ Usage: export KMP_DUPLICATE_LIB_OK=TRUE - python rest.py -l output/crnn.horizontal.060.pth -v output/crnn.vertical.090.pth + python rest.py -l output/crnn.horizontal.061.pth -v output/crnn.vertical.090.pth """ parse = argparse.ArgumentParser() parse.add_argument('-l', "--weight-path-horizontal", type=str, default=None, help="weight path")