Davis E. King
Davis E. King
This isn't supported by the current API. There isn't any particularly good reason, it's just how the code is setup. It could use floating point coordinates. I am somewhat skeptical...
Were they annotated at a higher resolution and then downsampled? In any case, if you want to put up a PR that switches the full_object_detection to use dpoint instead of...
Yeah this would be a reasonable thing to upgrade. If someone wants to go replace `point` with `dpoint` in the right places and make any necessary attendant adjustments that would...
Urg, windows dynamic loading is such a mess :(
I'm marking this help wanted because I'm not feeling super motivated to figure out how to fix this right now. So if someone wants to make this work I would...
I just pushed a change to how dlib is packaged that should fix this. So pull the latest dlib from github and try installing that version.
What's in your `CUDA_PATH` environment variable?
@Mouradost That doesn't look like the contents of the CUDA_PATH variable, but PATH or something else. I say this because it would be very surprising if all those c:\windows paths...
So whats in C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin?
I don't see cudnn's .dll file in that list. You need to install cudnn. Which is curious, since cmake must have found a copy of cudnn somewhere on your computer...