8000 Update bbox coordinates research in xml to prevent x and y inversion by nicolascazard · Pull Request #67 · sglvladi/TensorFlowObjectDetectionTutorial · GitHub
[go: up one dir, main page]

Skip to content

Update bbox coordinates research in xml to prevent x and y inversion #67

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

Closed
wants to merge 1 commit into from

Conversation

nicolascazard
Copy link
@nicolascazard nicolascazard commented Nov 3, 2020

When using another annotation tool than labelImg, the coordinates (xmin, ymin, xmax, ymax) can be written in the following order in the xml file : (ymin, xmin, ymax, xmax).
Using their keys instead of their positions in the xml file avoids creating a tfrecord with x and y coordinates reversed in some cases.

@sglvladi
Copy link
Owner
sglvladi commented Jun 8, 2021

@nicolascazard This has now been fixed through #75. Thank you for your interest and contribution!

@sglvladi sglvladi closed this Jun 8, 2021
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

Successfully merging this pull request may close these issues.

2 participants
0