Skip to content

What does x,y and dx and dy mean ? #7

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

Open
dexception opened this issue May 19, 2018 · 1 comment
Open

What does x,y and dx and dy mean ? #7

dexception opened this issue May 19, 2018 · 1 comment

Comments

@dexception
Copy link

Can someone explain the format of the annotations ?

@punitagrawal32
Copy link

Hello @dexception ,

According to me , x, y, dx and dy are the coordinates of the faces (as given out by the face detector).
x,y are the coordinates of the top left part of the image, and dx and dy are the coordinates of the bottom right part of the image.

Thus, for an image with 3 faces (let us assume the photo with the 3 people in it), there will be 3 rows of coordinates. The 'y' and 'dy' value should be similar (as they are roughly on the same level) but the 'x' and 'dx' levels will be different.

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