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
3b81e304
Commit
3b81e304
authored
Jun 08, 2021
by
WenmuZhou
Browse files
delete test code
parent
6b6cd955
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
ppstructure/table/eval_table.py
ppstructure/table/eval_table.py
+0
-2
No files found.
ppstructure/table/eval_table.py
View file @
3b81e304
...
...
@@ -38,8 +38,6 @@ def main(gt_path, img_root, args):
pred_htmls
=
[]
gt_htmls
=
[]
for
img_name
in
tqdm
(
jsons_gt
):
if
img_name
!=
'PMC1064865_002_00.png'
:
continue
# 读取信息
img
=
cv2
.
imread
(
os
.
path
.
join
(
img_root
,
img_name
))
pred_html
=
text_sys
(
img
)
...
...
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