vincentgong7 / VG_AlexeyAB_darknet

A forked AlexeyAB Darknet repo with extra convenient functions.

Home Page:https://darknet.gong.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better to keep opencv =0 for detection

Paritoshyadav opened this issue · comments

Hi,
When I try to detect some Images with open cv=1, with my own weights file
It detect only 1 or few images randomly from the in_images folder

But

when I turn off OpenCV ( Opencv=0) is able to detect all images from the In_images folder

Hi,
Yes, I only tested when OpenCV = 0. May be I should keep OpenCV = 0 by default.
In case I have time again, I'll also research how to do it with OpenCV = 1.
Thanks.
Vincent

Some updates:

I just got an environment with GPU and the Opencv. I will test it then.