Score for Detection when assume_straight_pages is False #1612
WalidHadri-Iron
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi again @WalidHadri-Iron 👋, You are right currently we need the box conf score only in the detection post processing part. We need to be a bit critical which information we add to the results to avoid littering things |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When using the Detection part for inference with
assume_straight_pages=Falsethe output is list of(x1, y1), (x2, y2), (x3, y3), (x4, y4)but the score is missing, which is present whenassume_straight_pages=True. This is coming from here I guess, by not appending the score whenassume_straight_pages=False,. Same thing with Fast and Linknet.I wonder if this could be a good addition?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions