yolov5
yolov5 copied to clipboard
I am making UI by QT for Yolov5 training. Where is making the result image (results.png) after training?
Search before asking
- [X] I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
I am making UI by QT for Yolov5 training. Where is making the result image (results.png) after training?
I would like to draw the graph for (train/box_loss), (metrics/precision), and (metrics/recall) per each an epoch every time an epoch of the train is finished.
Where is making the result image (results.png) after training?
Thank you for your help.
Additional
No response
If you are in the Yolov5 directory then use:
from utils.plots import plot_results
plot_results('PATHTO/results.csv')
@MartinPedersenpp Thank you for your help. I got It~
@star4s You are welcome, please don't forget to close the issue if your problem has been solved 😉
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Access additional YOLOv5 🚀 resources:
- Wiki – https://github.com/ultralytics/yolov5/wiki
- Tutorials – https://docs.ultralytics.com/yolov5
- Docs – https://docs.ultralytics.com
Access additional Ultralytics ⚡ resources:
- Ultralytics HUB – https://ultralytics.com/hub
- Vision API – https://ultralytics.com/yolov5
- About Us – https://ultralytics.com/about
- Join Our Team – https://ultralytics.com/work
- Contact Us – https://ultralytics.com/contact
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!
Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!