yolo-on-colab-notebook
yolo-on-colab-notebook copied to clipboard
How to train YOLOv3 using Darknet on Colab 12GB-RAM GPU notebook and optimize the VM runtime load times
I've tried numerous times to compile Darknet. It can clone but never is able to fully compiled. I saw darknet files created under content but could never copy it over...
In short This **doesn't** work (trying to use detector test on multiple images in a folder: `!./darknet detector test "/content/gdrive/My Drive/darknet/obj.data" "/content/gdrive/My Drive/darknet/cfg/yolov3.cfg" "/content/gdrive/My Drive/darknet/backup/yolov3_final.weights" -dont_show < "/content/gdrive/My Drive/darknet/test.txt"> "/content/gdrive/My...
Hello! Is it possible to fit the network on my own class of objects or is it necessary to train from scratch here?