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 CLI option to clean module for removing image files without associated annotation files #63

Closed
monocongo opened this issue Dec 19, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@monocongo
Copy link
Owner

Create an option in the cvdata/clean.py script for moving all image files within an image directory to another directory if there does not exist a corresponding annotation file within the specified annotations directory.

@monocongo monocongo added the enhancement New feature or request label Dec 19, 2019
@monocongo monocongo self-assigned this Dec 19, 2019
@monocongo
Copy link
Owner Author

It turns out that this is already in place for KITTI and PASCAL annotated datasets as long as the --problems_dir argument is used. Since our current need is for this functionality for a Darknet annotated dataset we'll add another function for cleaning Darknet datasets.

monocongo added a commit that referenced this issue Dec 19, 2019
…ename labels dict before trying to accesss it

#63
monocongo added a commit that referenced this issue Dec 19, 2019
@monocongo
Copy link
Owner Author

Resolved by PR #64

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