-
Notifications
You must be signed in to change notification settings - Fork 258
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
Sliding window's width on image? #144
Comments
You’d have to change the model for that, as the windows represent the attention part of the model. You could also probably adjust the drawing method, but then the representation wouldn’t be accurate anymore, so I’m not really sure why you’d want to do that.
…On Jul 22, 2019, 16:45 +0700, githubpiyush ***@***.***>, wrote:
The gif's you have included as output, can we change the width of those sliding windows?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
How is the width is decided? Like which part of the code? |
The Drawing method is "visualize_attention" in model.py file? I want to increase the width because if i can increase the width then characters in my input image can be recognized properly. Edit: How to increase the attention mask size? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The gif's you have included as output, can we change the width of those sliding windows?
The text was updated successfully, but these errors were encountered: