Skip to content

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"
matthewasloan95 added a commit to matthewasloan95/MITYOLO that referenced this pull request Aug 25, 2025
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