YOLO Model tune error
I have experienced an issue when model tuning as below. Which I am using Roboflow data set. For
coco.yaml this is working fine.
This is having below error(attachment)4 Replies
Can you verify that the dataset and yaml is correctly formatted like in the docs?
https://docs.ultralytics.com/datasets/detect/
yes the same file is used in Colab, but it is running
Solution
pip install ultralytics --no-deps solved the issueYou can mark the solution like explained here.