jCaffe
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?
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!
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?