caffe-yolo
caffe-yolo copied to clipboard
YOLO (Real-Time Object Detection) in caffe
it's nice to import your excellent project, but have you ever meet this error when you convert yolo model to caffemodel? Traceback (most recent call last): File "create_yolo_caffemodel.py", line 76,...
Hi, thanks for the cool tools. Looking to try this out but the scripts cannot convert v1 models for me. `python create_yolo_caffemodel.py -m prototxt/yolo_tiny_train_val.prototxt -w tiny-yolo.weights -o tiny-yolo.caffemodel` yields >...
Hi there, sorry about that to post this here, i was trying to write yolo in torch but struggled the backward function for so many days, but the gradients are...
Hi: Guys, I have converted the weightings from darknet version and run it on caffe. The performance is quite bad. The mAP is lower than 0.5 Can anyone report their...
When I run the tiny yolo example provided in the repo (`python yolo_main.py -w yolo_tiny.caffemodel -m prototxt/yolo_tiny_deploy.prototxt -i images/dog.jpg`) I get the following error ``` I0926 13:23:49.339999 7553 net.cpp:261] This...
Hello, I am downloading the caffemodels from **https://github.com/hojel/caffe-yolo-model** which have non-static urls. Could you give me static URL's so that I can use them in my benchmarking. Thanks, Surabhi
Okay, I have a problem from the beginning! I downloaded the cgf file from here, https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov1/yolo.cfg and then I tried with the first command to create prototxt file, like the...
Thanks for sharing your code. But I notice that all the convolution layers with batch normalization are set `bias_term: false` in prototxt. I'm confused and I failed to find this...
I was trying to run `create_yolo_caffemodel.py` on `yolo_train_val.prototxt` and `yolov1.weights`. However, I am getting the following error - ` Traceback (most recent call last): File "create_yolo_caffemodel.py", line 113, in main(sys.argv[1:])...
When i running command : `python yolo_main.py -m prototxt/yolo_tiny_deploy.prototxt -w weights/yolo_tiny.caffemodel -i images/cat.jpg` I met error below: `F0220 18:45:25.861762 19763 net.cpp:767] Check failed: target_blobs.size() == source_layer.blobs_size() (1 vs. 2) Incompatible...