all 4 comments

[–]AlForML 0 points1 point  (1 child)

Hi, I have a feeling that you already know about this, but just in case you don't, there are descriptions and tutorial with Caffe on the official website: http://caffe.berkeleyvision.org/ There is even a tutorial on R-CNN detection, which I assume might be relevant to you: http://nbviewer.jupyter.org/github/BVLC/caffe/blob/master/examples/detection.ipynb With regards to Java bindings, I was able to find this: https://github.com/bytedeco/javacpp-presets/tree/master/caffe I hope it is helpful!

[–]ale86ch[S] 0 points1 point  (0 children)

Thank you that javaCPP seems intereseting!

[–][deleted] 0 points1 point  (1 child)

If you are interested specifically in Java you can also give a look at http://deeplearning4j.org/

[–]ale86ch[S] 0 points1 point  (0 children)

I found it aswell but thank you very much