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

360 degrees detections are not allinged #170

Open
GhostFoxSledgehammer opened this issue Jan 5, 2021 · 1 comment
Open

360 degrees detections are not allinged #170

GhostFoxSledgehammer opened this issue Jan 5, 2021 · 1 comment

Comments

@GhostFoxSledgehammer
Copy link
Contributor

Detection are aligned only when looking directly at them. Horizontal rotation is fine but when image is rotated vertically they get separated from object.

Normal
Annotation 2021-01-06 014511

Horizontal Rotation
detection horizontal

Vertical Rotation
detection vertical

Also they don't respond to zooming.

@tsmock
Copy link
Collaborator

tsmock commented Jan 5, 2021

This is largely due to using two different methods for calculating where the user is looking. IIRC.

I need to see if I can figure out how to move from the largely custom code currently used to something that only uses Apache Commons (I think that if I am able to do that, the responsiveness of the UI will greatly increase). The major problem is "clamping" the rotation such that the user cannot rotate the image such that the image is "skewed".

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