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
In your paper, the images you show have rotated character bounding boxes and simple bounding boxes for the word detector. However, in your code, the WordDetector has an orientation prediction head and output, while the CharDetector returns None for the character orientation. Is it possible that the two have been accidentally swapped?
The text was updated successfully, but these errors were encountered:
Nevermind, I somehow missed the rotated bounding boxes for words as well in the images..
Still, why is it that the character orientation is not computed?
In your paper, the images you show have rotated character bounding boxes and simple bounding boxes for the word detector. However, in your code, the WordDetector has an
orientation
prediction head and output, while the CharDetector returnsNone
for the character orientation. Is it possible that the two have been accidentally swapped?The text was updated successfully, but these errors were encountered: