-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnsatisfiedLinkError: no jniopenblas_nolapack #10
Comments
@brad-miller I have updated the dependencies to But just a question in general: Does de OpenCV DNN module even support apple silicon GPU? |
The release is now ready to download: https://github.com/cansik/deep-vision-processing/releases/tag/v0.8.0-alpha |
@brad-miller I am enabling now OpenCL support if it is possible. But it is possible to disable it and stick to the CPU with the following line: DeepVision vision = new DeepVision(this);
vision.setUseDefaultBackend(true); Version v0.8.1 is still building. |
Hi re testing MacOS 12.2.1 Processing_4.05b Processing video library using GStreamer 1.20.0 javaFX render Test example: MidasDepthEstimationWebcam With both internal videocam and realsense435 FrameRate: 2fps Output: Windows 10 (21H2) Processing video library using GStreamer 1.16.2 Re question in general: Does de OpenCV DNN module even support apple silicon GPU? |
Hi
I'm trying to test deepvision library 0.7.0 with processing 4.05b
on Mac 1M Pro, MacOS 12.2.1
I think javacpp and the dependencies, need to be updated to 1.5.7 to include macOSX-arm64
I'm testing Apple Silicon GPU performance against CUDA (RTX3090)
note I'm using javaFX render (as the openGL issues are on going with 4.04b (Java 17.0.2)and above
A library used by this sketch relies on native code that is not available.
UnsatisfiedLinkError: no jniopenblas_nolapack in java.library.path:
Kind regards
The text was updated successfully, but these errors were encountered: