-
Hi there, sorry for my bad English. I have done everything to build caffe-segnet in your tutorial with openblas and cpu only config on my mac, also pycaffe. When I edit webcam_demo.py file, I set
ca…
-
Hi, I use the tool to convert yolov5s.onnx, failed!
Traceback (most recent call last):
File "convertCaffe.py", line 159, in
convertToCaffe(graph, prototxt_path, caffemodel_path, exis_focus=T…
-
Hi,
I follow the [article](https://mp.weixin.qq.com/s/IYwjUpV4iYBbqIsTcwgYlg) to convert yolov5s.pt to yolov5.caffemodel, but I encountered some issues.
1. The same problem as [issue #4](https:/…
-
WARNING: Logging before InitGoogleLogging() is written to STDERR
W1112 10:08:50.182978 5563 _caffe.cpp:122] DEPRECATION WARNING - deprecated use of Python interface
W1112 10:08:50.182997 5563 _caf…
-
a bug that FAILED: ReadProtoFromTextFile(param_file, param). Failed to parse NetParameter file: ./checkpoint/deploy.prototxt in function 'cv::dnn::ReadNetParamsFromTextFileOrDie',Any good suggestions?
-
Hello, I test these models , and have found the size of det2_half.caffemodel is just 198k,more smaller than the size of origin model which is 398k.But I find the prototxt of det2 is same as original d…
zyg11 updated
5 years ago
-
**Goal: Use faster-RCNN to detect mscoco classes in random objects off the web.**
I am running this code (slightly modified version of tools/demo.py) and I am not sure what I should change in which se…
-
I use your caffemodel and prototxt. when I used this command :./install/runYolov3 --caffemodel=./yolov3_608.caffemodel --prototxt=./yolov3_608.prototxt --input=./dog.jpg --W=608 --H=608 --class=80
th…
-
@eric612 使用你提供的脚本转换自己训练的yolov3模型(数据集只有一类)报错,
![image](https://user-images.githubusercontent.com/12273405/54327716-06f6bf80-4646-11e9-9871-8e21700ebdd8.png)
这个错误应该是caffe 处理/2与darknet不同造成的,这个该怎么解决呢
-
Hi, Wei @weiliu89 :
Thanks for your awesome code!
I am working on porting the work of SSD to equip base net other than the specialized VGG16 in your original paper. One of the most important mo…