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

When the width and height of the input picture are not equal, the output box will shift on windows #74

Open
woshiwwwppp opened this issue Oct 31, 2018 · 0 comments

Comments

@woshiwwwppp
Copy link

woshiwwwppp commented Oct 31, 2018

hi
I didn't have any problems with testing under Ubuntu, but the following situations occurred when testing on windows. I use a graph with a height of 544 and a width of 960 for prediction. What happens is that the Y coordinate is correct, but the X coordinate is offset. The target is in the left half of the graph, and the box is offset to the left. The target is in the right half of the graph, and the box is offset to the right. I saw the result of *det output, x will be greater than 1 and less than 0. When I use a graph with a height of 960 and a width of 544 to predict, what happens is that the X coordinate is correct, the Y coordinate is offset. When the target is in the upper half of the graph, the box will move up. When the target is in the lower part of the graph, the box will be shifted downward.What is the most likely reason for this? Thank you very much.

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

1 participant