fastturtle / jCaffe

Java interface for the Caffe deep learning framework
24 stars 6 forks source link

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

Open zjq111 opened 7 years ago

zjq111 commented 7 years ago

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!

ivoxx commented 5 years ago

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?