-
Notifications
You must be signed in to change notification settings - Fork 269
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
PASCAL_VOC XML reporting wrong image size #52
Comments
So I should add 1 to x and 1 to y, right? |
Not in all cases. Sometimes the resolution was correct, and sometimes it was off. |
so you think it is a rounding error? |
Do you think you could provide me a concrete example? So that I can try to figure out what is going on (: |
It does act like a roundoff error. I will see if I can come up with an example. Unfortunately, the documents I'm working with are the proprietary property of a client, so I can't just send you the failure I experienced. |
I understand (: |
The XML files output from OpenLabeling are off by a pixel in x and y for many of the images. (This caused tensorflow to crash out reporting a size mismatch when I was running with dhSegment.)
The text was updated successfully, but these errors were encountered: