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
Probability has no meaning in mocr because we run 2 run model one of them mocr for text detection other one for text properties like color. if mocr detects we don't know prob of text we use 48px models prob.If the text probability of the 48px model is less than 0.2, we pass, but this is irrelevant to the probability of the text detected in the mocr model. We need to delete in the model_manga_ocr.py file
if prob < 0.2:
continue
Command Line Arguments
No response
Console logs
No response
The text was updated successfully, but these errors were encountered:
Issue
Probability has no meaning in mocr because we run 2 run model one of them mocr for text detection other one for text properties like color. if mocr detects we don't know prob of text we use 48px models prob.If the text probability of the 48px model is less than 0.2, we pass, but this is irrelevant to the probability of the text detected in the mocr model. We need to delete in the model_manga_ocr.py file
if prob < 0.2:
continue
Command Line Arguments
No response
Console logs
No response
The text was updated successfully, but these errors were encountered: