-
Notifications
You must be signed in to change notification settings - Fork 238
Remove old DB, and add PPOCRv3DB text detection model. #158
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also need to have a try on int8 quantization.
@@ -9,7 +9,7 @@ | |||
import numpy as np | |||
import cv2 as cv | |||
|
|||
from db import DB | |||
from db import PPOCRv3DB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update benchmark related code and stats. Ping @WanliZhong to help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this and push with LFS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this and push with LFS.
Wait for new
opencv-python-rolling
version to test the new API.TODO LIST:
test the new API, and check if it works well.DONE