Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] fix issues about sort_function and DB Head #8580

Merged
merged 10 commits into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix conflict
  • Loading branch information
LDOUBLEV committed Dec 8, 2022
commit 88ca1f183d6169e457ad254ce0ef62421efecc82
2 changes: 0 additions & 2 deletions ppocr/utils/e2e_metric/Deteval.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import scipy.io as io

from ppocr.utils.utility import check_install
check_install("Polygon", "Polygon3")
import Polygon as plg

from ppocr.utils.e2e_metric.polygon_fast import iod, area_of_intersection, area

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ lxml
premailer
openpyxl
attrdict
PyMuPDF==1.19.0
PyMuPDF<1.21.0
You are viewing a condensed version of this merge commit. You can view the full changes here.