kriyeng / yolo-on-colab-notebook

How to train YOLOv3 using Darknet on Colab 12GB-RAM GPU notebook and optimize the VM runtime load times
49 stars 40 forks source link

Graph? #4

Closed muraceous closed 5 years ago

muraceous commented 5 years ago

Hi, I just finished training Yolo v3 with my dataset. Is there anyway that I can get or generate a graph of the results?

image

kriyeng commented 5 years ago

Hi Muraceous!

I think it's not possible to plot in the Colab directly from darknet, but I'm not totally sure about it.

Darknet can plot your training progress if you use it for training in your local computer, but I think it can't in the colab environment.

Thank you! David