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
2830ba34
Unverified
Commit
2830ba34
authored
Jun 18, 2021
by
MissPenguin
Committed by
GitHub
Jun 18, 2021
Browse files
Merge pull request #3104 from WenmuZhou/table1
add layout doc
parents
5e2b69ff
bab0b22d
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
3 deletions
+3
-3
test1/table/predict_table.py
test1/table/predict_table.py
+3
-3
test1/table/table_metric/__init__.py
test1/table/table_metric/__init__.py
+0
-0
test1/table/table_metric/parallel.py
test1/table/table_metric/parallel.py
+0
-0
test1/table/table_metric/table_metric.py
test1/table/table_metric/table_metric.py
+0
-0
test1/table/tablepyxl/__init__.py
test1/table/tablepyxl/__init__.py
+0
-0
test1/table/tablepyxl/style.py
test1/table/tablepyxl/style.py
+0
-0
test1/table/tablepyxl/tablepyxl.py
test1/table/tablepyxl/tablepyxl.py
+0
-0
test1/utility.py
test1/utility.py
+0
-0
No files found.
test/table/predict_table.py
→
test
1
/table/predict_table.py
View file @
2830ba34
...
@@ -30,9 +30,9 @@ import tools.infer.predict_rec as predict_rec
...
@@ -30,9 +30,9 @@ import tools.infer.predict_rec as predict_rec
import
tools.infer.predict_det
as
predict_det
import
tools.infer.predict_det
as
predict_det
from
ppocr.utils.utility
import
get_image_file_list
,
check_and_read_gif
from
ppocr.utils.utility
import
get_image_file_list
,
check_and_read_gif
from
ppocr.utils.logging
import
get_logger
from
ppocr.utils.logging
import
get_logger
from
test.table.matcher
import
distance
,
compute_iou
from
test
1
.table.matcher
import
distance
,
compute_iou
from
test.utility
import
parse_args
from
test
1
.utility
import
parse_args
import
test.table.predict_structure
as
predict_strture
import
test
1
.table.predict_structure
as
predict_strture
logger
=
get_logger
()
logger
=
get_logger
()
...
...
test/table/table_metric/__init__.py
→
test
1
/table/table_metric/__init__.py
View file @
2830ba34
File moved
test/table/table_metric/parallel.py
→
test
1
/table/table_metric/parallel.py
View file @
2830ba34
File moved
test/table/table_metric/table_metric.py
→
test
1
/table/table_metric/table_metric.py
View file @
2830ba34
File moved
test/table/tablepyxl/__init__.py
→
test
1
/table/tablepyxl/__init__.py
View file @
2830ba34
File moved
test/table/tablepyxl/style.py
→
test
1
/table/tablepyxl/style.py
View file @
2830ba34
File moved
test/table/tablepyxl/tablepyxl.py
→
test
1
/table/tablepyxl/tablepyxl.py
View file @
2830ba34
File moved
test/utility.py
→
test
1
/utility.py
View file @
2830ba34
File moved
Prev
1
2
Next
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