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 think there are two places in code where it can be a little slow. First is trying to crop without cutting text where it tries 1000 times to do it for an image, second is the find best rotation angle where we iterate 180 degrees per image to find the best angle.
the function of
get_score_geo
is very slow, about 1s/img.The text was updated successfully, but these errors were encountered: