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