-
Notifications
You must be signed in to change notification settings - Fork 560
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
[BUG] YOLOv5 yaml path ignored #1903
Comments
Hi @victor1cea 👋 Feel free to make a quick PR to add support for an optional It'd be great if you could update the link in our YOLOv5 documentation to point to a place that provides more complete documentation for https://github.com/voxel51/fiftyone/blob/develop/docs/source/user_guide/dataset_creation/datasets.rst#yolov5dataset |
Hi @brimoor |
Cool! Supporting |
Yes, exactly. I will look into adding support for |
Fixed by #2016! |
System information
fiftyone --version
): 0.16.3Describe the problem
The 'path' from dataset.yaml in YOLOv5 datasets is ignored/not handled.
Example of dataset.yaml stored
path
should be used like a base path for the splits e.g. train path would actually besome/path/images/train
. The importer ignores this and the splits are not found. The exporter does not writepath: ...
in the exporteddataset.yaml
.Code to reproduce issue
Provide a reproducible test case that is the bare minimum necessary to generate
the problem.
Other info / logs
What areas of FiftyOne does this bug affect?
App
: FiftyOne application issueCore
: Corefiftyone
Python library issueServer
: Fiftyone server issueWillingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community.
The text was updated successfully, but these errors were encountered: