Closed DennisFaucher closed 4 years ago
Hello @DennisFaucher, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects.
To continue with this repo, please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments.
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:
For more information please visit https://www.ultralytics.com.
Closing as I am an idiot. Forgot to edit the "classes" section of the .cfg. Training is running now.
@DennisFaucher yes this looks like a cfg issue. I'd recommend yolov5, as it has a significantly simpler custom training setup.
Before submitting a bug report, please be aware that your issue must be reproducible with all of the following, otherwise it is non-actionable, and we can not help you:
git fetch && git status -uno
to check andgit pull
to update your repoIf this is a custom dataset/training question you must include your
train*.jpg
,test*.jpg
andresults.png
figures, or we can not help you. You can generate results.png withutils.plot_results()
.🐛 Bug
A clear and concise description of what the bug is.
Could not create a custom object detection model using instructions in Readme
To Reproduce (REQUIRED)
Input:
Output:
Expected behavior
A clear and concise description of what you expected to happen.
New model trained
Environment
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Thanks in advance