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

Coordinates of intersection with frame #12

Open
mazatov opened this issue Mar 31, 2022 · 2 comments
Open

Coordinates of intersection with frame #12

mazatov opened this issue Mar 31, 2022 · 2 comments

Comments

@mazatov
Copy link

mazatov commented Mar 31, 2022

This is a bit nitpicky, but I was wondering how you round the coordinates of intersection with the image frame. So for example, in the annotation files, I've seen both x=0 and x=960. Realistically though, the maximum pixel value is 959. Not a big difference but loosing an extra pixel could cost an accuracy on 5-pixel threshold.

So my question is, will all extremities that are on the frame boundary have similar coordinates ( x=0, or x=960 NOT 959 )? (same for y coordinates)

@fmagera
Copy link
Collaborator

fmagera commented Apr 1, 2022

Hi,
Thanks for pointing that out ! We are aware of this issue.
In fact, I'm afraid some annotations were done outside the image frame. So far we do not plan to change the annotations.
Concerning the evaluation, we will take this issue into account and make sure it is fair :)

@mazatov
Copy link
Author

mazatov commented Apr 1, 2022

Interesting. Please let us know once you update eval functions so we know how it'ss taken into account.

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