Skip to content

🐛 [FIX] filter_data #220

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pdisbeschl
Copy link

Issue:

  • The commit 9818478 changes the location where the images_list variable points to. Loading in a standard YOLO dataset with the default file structure will break as a result (`get_data', line 169).

Fix:

  • Images are now loaded from the correct images_path instead of dataset_path
    • This also impacts labels_path, since this is based on images_path
  • Typo "pache" now reverted to "cache" - While not a bug as such, I do not believe this was intentional

Further remarks:

  • I did not touch the TODO in line 88 regarding sorting by name.

Images are now loaded from correct images_path instead of dataset_path, this also impacts labels_path
Typo "pache" now reverted to "cache"
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.

1 participant