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

YOLO Export: Use absolute data path + guess train/val/test directories #8

Merged
merged 2 commits into from
Oct 27, 2024

Conversation

kbolashev
Copy link
Member

YOLO training assumes that if path in the .yaml is set to a relative path, then the folder is determined not relative to the yaml file, but with some additional logic.

Instead of trying to satisfy that, I'm changing the output so that the path variable in the yaml is always set to absolute. That way the training can work.

Also I'm now trying to guess train/test/val paths

@kbolashev kbolashev added the bug Something isn't working label Oct 27, 2024
@kbolashev kbolashev self-assigned this Oct 27, 2024
@kbolashev kbolashev merged commit 260f618 into main Oct 27, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant