delete debug note

pull/4270/head
LDOUBLEV 2021-10-09 18:05:12 +08:00
parent d9c281280a
commit 30e8dd8eef
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ class ArgsParser(ArgumentParser):
def parse_args(self, argv=None):
args = super(ArgsParser, self).parse_args(argv)
# args.config = "/Users/hongyongjie/project/PaddleOCR/configs/kie/kie_unet_sdmgr.yml"
assert args.config is not None, \
"Please specify --config=configure_file_path."
args.opt = self._parse_opt(args.opt)