-
Thanks for your share.I meet a problem when I try to convert the weights to caffemodel.
python convert_weights_to_caffemodel.py yolo.prototxt yolo.weights yolo.caffemodel
the yolo.prototxt is provid…
-
您好,yolov3转caffemodel,用darknet和caffe跑之后对比,发现obj、w、h之间的绝对值误差蛮大的。
-
## 环境
docker pull paddlepaddle/paddle:2.0.0-gpu-cuda10.0-cudnn7
```
/ paddle --version
/usr/local/python2.7.15/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Pyt…
-
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 all, I have a question to discuss with anyone who is interested in mobile applications. I have trained a caffemodel and the result is good(~35FPS) when I test it with my desktop, which is equipped …
-
I have tested your yolov3 caffemodel successfully by modifying your detecting code a little. Change the
type int into float, as fllows:
new_w = int(img_w * min(w * 1.0 /img_w, h * 1.0 /img_h))
…
vvmex updated
5 years ago
-
Hi, @chuanqi305
please tell me How to make squeezenet_iter_74000.caffemodel.
I used https://github.com/chuanqi305/SqueezeNet-SSD/blob/master/solver_train.prototxt
and got squeezenet_iter_220000.caf…
-
hi!
Thanks for your great works! I mean a problem, It is success when i convert yolov3.weights to caffemodel by github https://github.com/marvis/pytorch-caffe-darknet-convert, but it isn't work w…
-
在使用生成的onnx文件转caffemodel过程中,出现错误:ImportError: No module named MyCaffe,请问这个模块在哪里定义的?另外,这里的caffe版本是caffe1还是caffe2?
![图片](https://user-images.githubusercontent.com/58461675/70030619-8ff2c400-15e4-11ea-91…
-
非常感谢博主的开源代码。对于您的算法有点小疑问:
1、你的算法是对训练完成后的caffemodel和prototxt进行模型压缩,那如果这个caffemodel本身精度还没有训练到收敛,是否可以把Compress后的prototxt重新训练(不是findtune)一个新的压缩版caffemodel?
2、还是说原始的caffemodel就要训练得很好,然后再通过您的代码进行模型压缩得到新的…