Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
30e8dd8e
Commit
30e8dd8e
authored
Oct 09, 2021
by
LDOUBLEV
Browse files
delete debug note
parent
d9c28128
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tools/program.py
tools/program.py
+0
-1
No files found.
tools/program.py
View file @
30e8dd8e
...
@@ -53,7 +53,6 @@ class ArgsParser(ArgumentParser):
...
@@ -53,7 +53,6 @@ class ArgsParser(ArgumentParser):
def
parse_args
(
self
,
argv
=
None
):
def
parse_args
(
self
,
argv
=
None
):
args
=
super
(
ArgsParser
,
self
).
parse_args
(
argv
)
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
,
\
assert
args
.
config
is
not
None
,
\
"Please specify --config=configure_file_path."
"Please specify --config=configure_file_path."
args
.
opt
=
self
.
_parse_opt
(
args
.
opt
)
args
.
opt
=
self
.
_parse_opt
(
args
.
opt
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment