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

support set gpu_id when inference #8926

Merged
merged 14 commits into from
Jan 30, 2023
Prev Previous commit
Next Next 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.