Ask Your Question

DeamonDevs's profile - activity

2018-05-25 04:35:32 -0600 received badge  Enthusiast
2018-04-26 06:53:47 -0600 marked best answer Not getting results from cv2.dnn.readNetFromDarknet()

I m working on darknet with openCV in python. when I try to run the code with camera or video I am getting all the output values to zero as follows: (0.34697276, 0.04259526, 1.2586619, 1.0548509, 0.0053665913, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)

Here, All the class confidence are zeros.

2018-04-25 00:09:11 -0600 commented question Not getting results from cv2.dnn.readNetFromDarknet()

Thank you so much it worked for me...

2018-04-24 07:46:59 -0600 asked a question Not getting results from cv2.dnn.readNetFromDarknet()

Not getting results from cv2.dnn.readnetfromdarknet() I m working on darknet with openCV in python. when I try to run th