Skip to content

Commit

Permalink
预测服务更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yizt committed Jun 7, 2020
1 parent 27ae467 commit d757938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d757938

Please sign in to comment.