vvmex
vvmex
I have tried your python code which could transform yolov3 model to caffemodel. But there are some errors: ''' unknow layer type yolo [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter:...
How did you slove the yolo layer [yolo] in yolov3.cfg? thanks
Understand. Thanks for your advision. I will try it.
@jasonlovescoding I have read your interp.py. You added a upsample layer by yourself with method of cv2.INTER_LINEAR. Actually , your upsample layer is not the same with darknet upsample layer...