Iam new to computer vision and yolo, and Iam trying to build a custom object detection model using yolov3 from pjreddie.
Iam using yolov3.cfg file from pjreddie to build my yolov3 model , which is available in this link.
I've converted pjreddie's yolo into a keras model by following this repo. My last layer is a convolutional layer.
My doubt is , can I add additional layers on top of this yolo model?
question from:https://stackoverflow.com/questions/65600518/pjreddie-darknet-keras-model-transfer-learning