dreistheman

Results 6 comments of dreistheman

@AlexeyAB I found the `pthreadVC2.dll` in the `/3rdparty/pthreads` directory on my local darknet repository which also shows the same error as the asker... should I re-pull and do the same...

@AlexeyAB Oh sorry! I thought this was in your Darknet repository. I am having this problem but in Darknet. Can you give a suggestion how to solve it?

Methods in the key `detect` method of this repository that create a Graph and start a Session are: `normalizeImage(byte[] image)` and `executeYoloGraph(Tensor input)`. From my console logs, `normalizeImage` finishes quick...

Hello @szaza, I trained my model on yolov2 and I'm not fully sure if my GPU (GTX 1070) is helping with the inference although I've installed CUDA 10 and cudnn...

@burf2000 Same question. Have you done it?

@szaza As you've said, it could be done straightforwardly with a library for video iteration like OpenCV's VideoCapture class. Only concern now is that the inference is very slow like...