jerryho-quanta
jerryho-quanta
Hi Eric, Thanks your git, I want to finetune 13 class with custom dataset with darknet 53 yolov3 from https://github.com/eric612/Caffe-YOLOv3-Windows After changing the related layer( [link](https://github.com/PiyalGeorge/MobileNet-YOLO/tree/master/models/yolov3) ) about class, do...
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...
Hi sfzhang15, I am interested in fine-tune part in your git. I found you fine-tune form COCO to VOC, and you don't freeze the VGG part. You use coco pre-trained...
Many thanks for providing the code... If I would like to use other resolution like 512x512 or 1024x512, Could I only change the dim parameter in deploy.txt ? I am...