You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am extracting the texts box from the image, but one thing that I am confused about is what is the significance of score_text in the following code. bboxes, polys, score_text = test_net(net, image, args.text_threshold, args.link_threshold, args.low_text, args.cuda, args.poly, refine_net)
Is there any confidence threshold for the extracted texts?
The text was updated successfully, but these errors were encountered:
np-n
changed the title
What is score_text in line 162 of test.py
What is score_text in line 162 of test.py ?
Dec 15, 2022
I am extracting the texts box from the image, but one thing that I am confused about is what is the significance of
score_text
in the following code.bboxes, polys, score_text = test_net(net, image, args.text_threshold, args.link_threshold, args.low_text, args.cuda, args.poly, refine_net)
Is there any confidence threshold for the extracted texts?
The text was updated successfully, but these errors were encountered: