We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for your great work. this is my code:
import layoutparser as lp import cv2 model = lp.PaddleDetectionLayoutModel('lp://PubLayNet/ppyolov2_r50vd_dcn_365e/config') image = cv2.imread("paper-image.jpg") layout = model.detect(image) lp.draw_box(image, layout, box_width=3).show()
i noticed the value of layout is zero.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for your great work.
this is my code:
i noticed the value of layout is zero.
The text was updated successfully, but these errors were encountered: