-
Notifications
You must be signed in to change notification settings - Fork 58
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
ValueError: WindowsPath('.') has an empty name #66
Comments
@cvhrnkmp Hello!
File "C:\Users\Programming\Documents\DocLayout-YOLO-main\doclayout_yolo\data\dataset.py", line 140, in get_labels
cache_path = Path(self.label_files[0]).parent.with_suffix(".cache")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ where the error occurs and see this variable
|
@JulioZhao97 Hello
I also try to write the path with
|
@cvhrnkmp Did you try using absolute path in |
Thanks @JulioZhao97 , that works for me. But I got a new error #68 . |
Hello guys,
I got the following error after I run the following command:
Command
ERROR
Why do I get the above error and how can I avoid it?
Best regards
Christian
Appendix:
The folder structure is:
The
Dataset.yaml
is the config file and looks like this:The settings.yaml in Ultraytics is set as follows:
The text was updated successfully, but these errors were encountered: