-
th caffemodel_to_t7.lua
/home/sunitha/torch/install/bin/lua: caffemodel_to_t7.lua:5: unexpected symbol near char(226)
stack traceback:
[C]: in function 'dofile'
...itha/torch/install/lib/luarock…
-
Because of the 'great wall' in china, 'www.dropbox.com' is blocked.
Could you please upload it to some other cloud disks, or send it to my email(sword_cg@hotmail.com).
I'll appreciate your help.
-
Thanks for your sharing. I convert mnet.25 mxnet model to caffe model successfully by your tools, but I find this caffe model can't used in your project directly, so may you pleasure to help me solve …
-
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…
-
dear anson:
I didn't find the model face_48_cal_train_iter_400000.caffemodel.I find face_48_cal_train_iter_300000.caffemodel.but I try script face_cascade_fddb.py,you apply the model '/home/anson/c…
-
I wonder if it's possible to convert a pth model file into caffemodel file. how shall i do??
-
I've been tried Ren Shaoqing's faster-rcnn based on my own dataset but it needs pre-trained model in caffemodel format. Can i use Matconvnet for pre-training and then change it to caffemodel? How?
-
Hi,
I noticed that the caffe deep learning framework is used by apollo for its perception module, see following file list for more info:
```
./modules/perception/testdata/camera/lib/obstacle/de…