eric612 / MobileNet-YOLO

A caffe implementation of MobileNet-YOLO detection network
Other
865 stars 442 forks source link

traing /finetune Yolov3 with your yolov3.prototxt #236

Open jerryho-quanta opened 4 years ago

jerryho-quanta commented 4 years ago

Hi Eric,

thanks for your work. after I retrain/finetune Yolov3 caffe mode, I find there is no Yolov3DetectionOutput layer in my Caffe mode. It seems not detecting result. But I find there is Yolov3DetectionOutput layer in your deploy yolov3 prototxt. Could you share how to generate this layer?

Thanks,