Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Character and Word detection branches #31

Open
GPhilo opened this issue Feb 6, 2020 · 2 comments
Open

Question about Character and Word detection branches #31

GPhilo opened this issue Feb 6, 2020 · 2 comments

Comments

@GPhilo
Copy link

GPhilo commented Feb 6, 2020

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?

@GPhilo
Copy link
Author

GPhilo commented Feb 6, 2020

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?

@Athe-kunal
Copy link

I think they have initialized the pred_char_orient as equal to 0 and in every iteration, it gets updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants