how to show the graph and image in yolov5 or yolov8 because the existing display already different with the example from the vidio i saw
Hi @vickisteev
Could you explain what you’re having trouble with in more detail so that we can help you better?
Some details that could be helpful are:
- Are you in the Roboflow app or a Colab notebook?
- If you are in a notebook, please share the link
- You mentioned a difference to a video you saw. Could you link the video?
With that said, we make constant updates to our website and interface to improve our user experience, so it is very likely that we have had changes since the video you viewed.
i used roboflow for the anotation and after that i used Colab tu run the program, here is the link
and here is the link video i watched How to Train YOLOv5 On a Custom Dataset
really need hep
thanks
Hi @vickisteev
I apologize for the late response. You didn’t share access and therefore I was not able to view the Colab you sent.
But, from the blog you sent and what you mentioned, I’m assuming (feel free to follow up and correct me) you’d like to view the plotted training result metrics like this:
This is done using the following code in YOLOv5 as an example, which is found in the Colab:
from utils.plots import plot_results # plot results.txt as results.png
Image(filename='/content/yolov5/runs/train/yolov5s_results/results.png', width=1000) # view results.png
This however only works on your first attempt of training. If you want access to the images, you can navigate to the file explorer on the side menu. The image will be in the training results folder for each training attempt.
This, again, is for YOLOv5, but the process is similar for YOLOv8
Hi stllaspere
Thank you, i’ll check and try it out
Hope i can get more knowledge from you…
Best regards
Vicki
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.