jCaffe icon indicating copy to clipboard operation
jCaffe copied to clipboard

Hi, I want use your code to generate the .jar and put it into my java EE project, is that OK?

Open zjq111 opened this issue 8 years ago • 1 comments

I want to do put the detection model into my java web project, now I have done the training and have .caffemodel file, how can achieve the funcion of detection in java web by using caffemodel?

thanks!

zjq111 avatar Apr 03 '17 08:04 zjq111

It is hard . 1.How to set the link between C++ dynamic libs' within java program. 2.How to pass the relative path of .caffemodel inside to the Caffe dynamic lib.

Have you overcome these problems?

ivoxx avatar Feb 26 '19 09:02 ivoxx