yolov5 icon indicating copy to clipboard operation
yolov5 copied to clipboard

I am making UI by QT for Yolov5 training. Where is making the result image (results.png) after training?

Open star4s opened this issue 3 years ago • 3 comments

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

star4s avatar Aug 09 '22 00:08 star4s

If you are in the Yolov5 directory then use:

from utils.plots import plot_results
plot_results('PATHTO/results.csv')

MartinPedersenpp avatar Aug 09 '22 17:08 MartinPedersenpp

@MartinPedersenpp Thank you for your help. I got It~

star4s avatar Aug 10 '22 04:08 star4s

@star4s You are welcome, please don't forget to close the issue if your problem has been solved 😉

MartinPedersenpp avatar Aug 10 '22 06:08 MartinPedersenpp

👋 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 ⭐!

github-actions[bot] avatar Sep 10 '22 00:09 github-actions[bot]