Merge pull request #623 from WenmuZhou/fix_whl

修复whl包没有use_zero_copy_run参数的问题
This commit is contained in:
MissPenguin 2020-08-28 11:55:23 +08:00 committed by GitHub
commit 252fbe5491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ def parse_args():
parser.add_argument("--det", type=str2bool, default=True)
parser.add_argument("--rec", type=str2bool, default=True)
parser.add_argument("--use_zero_copy_run", type=bool, default=False)
return parser.parse_args()