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
This bug report is regarding the attention_x and attention_y output params introduced in #3470.
The output given for attention_x and attention_y is incorrect when the image is resized. My assumption is that two-stage resizing is not handled correctly, specifically here.
I find the resizing code in pipeline.cc very hard to follow - @lovell do you have any advice on this by chance?
The text was updated successfully, but these errors were encountered:
This bug report is regarding the
attention_x
andattention_y
output params introduced in #3470.The output given for
attention_x
andattention_y
is incorrect when the image is resized. My assumption is that two-stage resizing is not handled correctly, specifically here.I find the resizing code in
pipeline.cc
very hard to follow - @lovell do you have any advice on this by chance?The text was updated successfully, but these errors were encountered: