theAIGuysCode / YOLOv4-Cloud-Tutorial

This repository walks you through how to Build and Run YOLOv4 Object Detections with Darknet in the Cloud with Google Colab.
355 stars 300 forks source link

Transfer Learning: Train on Traffic Signs with pre-trained weights #14

Open ridwan102 opened 3 years ago

ridwan102 commented 3 years ago

I'm attempting to train my Yolo object detector using the Darknet CNN. I'm using Yolov4 pre-trained weights which as you showed can predict Cars, Traffic Lights, and Stop Signs with these COCO Classes. Just wondering how I can add an extra layer so my model can also pick up Traffic Signs. Code below to train:

!./darknet detector train data/obj.data cfg/yolov4-obj.cfg yolov4.conv.137 -dont_show -map