-
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
which is the version of opencv that you use? #2
Comments
FWIW, I was able to compile against Added a PR with the code edits and a VS project you can compile here : #3 |
@pavan4 |
Yes I was able to run. What problems are you seeing? What gpu are you running this on? |
I'm running on GTX 1060 3GB. It has illegal Memory Access on cudaDeviceSynchronize. |
Is there a detailed guide on compiling the project to run it (video or documentation), because I don't know where to start. Can the project run on AMD GPUs? I found the real-time demo video very fast. |
Hello. Which is the version of opencv that you use? Which is the version of cmake that you use?
They should be matched with microsoft visual studio 2013. What's more, cmake of lower version
can not compile on 64-bit Windows system. All these factors make it difficult for us to compile this
project. Please update your codes to make it compile in a single project if you like.
The text was updated successfully, but these errors were encountered: