You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jnicaffe in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:804)
at org.bytedeco.javacpp.Loader.load(Loader.java:613)
at org.bytedeco.javacpp.Loader.load(Loader.java:530)
at org.bytedeco.javacpp.caffe.<clinit>(caffe.java:17)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.bytedeco.javacpp.Loader.load(Loader.java:585)
at org.bytedeco.javacpp.Loader.load(Loader.java:530)
at org.bytedeco.javacpp.caffe$Caffe.<clinit>(caffe.java:3926)
at org.bytedeco.javacpp.caffe_example.Main.main(Main.java:23)
Caused by: java.lang.UnsatisfiedLinkError: no openblas in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:804)
at org.bytedeco.javacpp.Loader.load(Loader.java:604)
... 8 more
My run string: java -jar caffe-sample-classifier-all.jar deploy.prototxt bvlc_reference_caffenet.caffemodel imagenet_mean.binaryproto synset_words.txt cat.jpg
I am look at the caffe-sample-classifier-all.jar and it does not contain jnicaffe.so and openblas.so only libopencv.so libs
And one more problem maybe not on the topic. When I start gradle.bat for the second time in another directory, it can not create a caffe-sample-classifier-all.jar but creates caffe-sample-classifier.jar without libraries. gradlew build cant help too.
Could you help with these errors?
The text was updated successfully, but these errors were encountered:
Hello I am trying to run https://github.com/bytedeco/sample-projects/tree/master/caffe-sample-classifier on my pc(windows 10 x64) and i take this errors:
My run string: java -jar caffe-sample-classifier-all.jar deploy.prototxt bvlc_reference_caffenet.caffemodel imagenet_mean.binaryproto synset_words.txt cat.jpg
I am look at the caffe-sample-classifier-all.jar and it does not contain jnicaffe.so and openblas.so only libopencv.so libs
And one more problem maybe not on the topic. When I start gradle.bat for the second time in another directory, it can not create a caffe-sample-classifier-all.jar but creates caffe-sample-classifier.jar without libraries. gradlew build cant help too.
Could you help with these errors?
The text was updated successfully, but these errors were encountered: