报这个错请问怎么解决 #1712
Unanswered
zh758631301
asked this question in
Q&A
报这个错请问怎么解决
#1712
Replies: 1 comment
-
It seems you didn't include JNA dependency in your project. Can you check if JNA is in your classpath. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
aarch64架构的cpu,在集成DJL使用api0.17.0中的ModelZoo.loadModel(recognition.detectCriteria())方法出现如下问题,具体在CudaUtils的类中loadLibrary()方法中执行Native.load("cudart", CudaLibrary.class)时出错,Native使用的是jna5.8.0中的类
Beta Was this translation helpful? Give feedback.
All reactions