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

Add sanitize script/module to clean up datasets #34

Closed
6 of 8 tasks
monocongo opened this issue Nov 25, 2019 · 1 comment
Closed
6 of 8 tasks

Add sanitize script/module to clean up datasets #34

monocongo opened this issue Nov 25, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@monocongo
Copy link
Owner

monocongo commented Nov 25, 2019

  • convert images from PNG to JPG
  • relabel annotations
  • resize bounding boxes if dimensions don't match
  • clip bounding boxes if too large for dimensions
  • reverse max and min in bounding boxes if min > max
  • combine multiple/duplicate annotations for the same image
  • remove files if no image/annotation match
  • remove files if no bounding boxes in annotation file
@monocongo monocongo added the enhancement New feature or request label Nov 25, 2019
@monocongo monocongo self-assigned this Nov 25, 2019
monocongo added a commit that referenced this issue Nov 29, 2019
monocongo added a commit that referenced this issue Nov 29, 2019
monocongo added a commit that referenced this issue Dec 3, 2019
@monocongo
Copy link
Owner Author

Resolved by PR #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant