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

Darknet santization using wrong bounding box conception #90

Closed
monocongo opened this issue Dec 31, 2019 · 1 comment
Closed

Darknet santization using wrong bounding box conception #90

monocongo opened this issue Dec 31, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@monocongo
Copy link
Owner

Within the module clean.py we're checking the min/max bounding boxes for Darknet using min/max X/Y values as with KITTI/PASCAL. Instead, we need to modify it to use the actual Darknet bounding box of center X/Y and box width/height.

@monocongo monocongo added the bug Something isn't working label Dec 31, 2019
@monocongo monocongo self-assigned this Dec 31, 2019
monocongo added a commit that referenced this issue Dec 31, 2019
@monocongo
Copy link
Owner Author

Resolved by PR #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant