You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem.... I am using Ubuntu16.04 with Anaconda3-5.1.0 and opencv-3.2.0
Please Help~~~ @AlexeyAB
I just found that after
num = c_int(0)
pnum = pointer(num)
num = pnum[0]
the initial num is 0
in the while loop pnum always changes
but num dose not change anymore
@AlexeyAB I use some of your sample code from #955
and copy that function in darknet.py, but it seems that it cannot detect any objects.
The text was updated successfully, but these errors were encountered: