Skip to content
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

Installation of 0.8.1 throws errors - I have also tested 0.8.0 and 0.7.0 #12

Open
trackme518 opened this issue Mar 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@trackme518
Copy link

trackme518 commented Mar 15, 2022

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?

@cansik cansik self-assigned this Mar 15, 2022
@cansik cansik added the bug Something isn't working label Mar 17, 2022
@cansik
Copy link
Owner

cansik commented Mar 17, 2022

Thanks for the research, I will have a look at it when I find time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants