-
Notifications
You must be signed in to change notification settings - Fork 23
Description
INSTALLATION NOTES:
Running nvidia RTX3080, processor Intel i9-11900K, Windows 10 64bit
Processing 4b07
using Cansik Deepvision 0.8.1 pre-release library compiled for win64 x86:
getting error:
RuntimeException: OpenCV(4.5.5) D:\a\javacpp-presets\javacpp-presets\opencv\cppbuild\windows-x86_64-gpu\opencv-4.5.5\modules\dnn\src\cuda4dnn\csl\memory.hpp:54: error: (-217:Gpu API call) the provided PTX was compiled with an unsupported toolchain. in function 'cv::dnn::cuda4dnn::csl::ManagedPtr::ManagedPtr'
updating GPU driver to:
511.79-desktop-win10-win11-64bit-international-dch-whql
after the update of the driver a i get the error:
Could not run the sketch (Target VM failed to initialize).
For more information, read Help ? Troubleshooting.
What worked for me was a version of the library 0.7.0 - universal release download - for all platfroms release from google drive.
The specific win64 x86 did not worked for me - even the 0.7.0 version. It showed error:
Warning: Unable to load properties : ZipFile invalid LOC header (bad signature)
ExceptionInInitializerError
The universal 0.7.0 version did work but first I had to remove the processing core files from the library.
It shows error:
The library deepvision cannot be used because it contains the processing.core libraries. Please contact the library author for the update.
When i manully remove the file: core-3.3.7.jar from the library folder it works and run the yolo webcam example.
Do you have any idea what I could try to get around VM failed to initialized error? Perhaps the GPU driver was too old initially but now it is too new for the library? Can I make some log for you?