You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am working on a project for parking occupancy detection on google colab using YOLOv8. I am using PKlot dataset annotated and structured. However when I tried to train the model it says
WARNING ⚠️ Cache directory /content/drive/MyDrive/D3/labels is not writeable, cache not saved.
WARNING ⚠️ No labels found in /content/drive/MyDrive/D3/labels/valid.cache
the same output for the 'train' as well. Uploading github.zip…
The text was updated successfully, but these errors were encountered:
👋 Hello @Luis6855, thank you for submitting a ultralytics/assets 🚀 issue. This is an automated response to gather more information and ensure we can assist you efficiently. An Ultralytics engineer will also be with you soon.
To address your concern about the cache directory warning, please provide the following:
A clear and concise description of the issue.
A minimum reproducible example (MRE) that demonstrates the problem. You can find guidance on creating an MRE here.
Your environment details:
OS and version
Python version
Package versions related to your environment
Steps you've tried to resolve the issue.
Any error messages or logs you see.
Please make sure you've searched through existing issues to avoid duplicates. If you have any additional information, feel free to add it as a comment to this issue.
Thank you for your contribution to improving our project! 😊🚀
@Luis6855 hi! It seems like there's a permissions issue with your cache directory. Please ensure that the directory /content/drive/MyDrive/D3/labels is writable and that your dataset is correctly placed in the expected structure. If the problem persists, try running the notebook with elevated permissions or check your Google Drive settings.
Hi!⚠️ Cache directory /content/drive/MyDrive/D3/labels is not writeable, cache not saved.⚠️ No labels found in /content/drive/MyDrive/D3/labels/valid.cache
I am working on a project for parking occupancy detection on google colab using YOLOv8. I am using PKlot dataset annotated and structured. However when I tried to train the model it says
WARNING
WARNING
the same output for the 'train' as well.
Uploading github.zip…
The text was updated successfully, but these errors were encountered: