caffe-yolo
caffe-yolo copied to clipboard
Few layers in YOLOv2 not supported in this model yet
I get these following errors when I try to run create_yolo_prototxt.py with the default cfg/yolo.cfg model to create a new prototxt file.
ERROR:root:route layer is not supported ERROR:root:reorg layer is not supported ERROR:root:route layer is not supported ERROR:root:region layer is not supported
Did you solve the problem?