AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

unable to detect the objects #4986

Open srividya91 opened 4 years ago

srividya91 commented 4 years ago

Working on yolo9000 for detecting more objects. but, i am unable to detect the objects.. here i used yolo90000.cfg then, i got an error Screenshot (6) i tried with darknet53.cfg. then i am getting live feed but unable to detect the object.. shall i need to do any changes in the config file..

please fix my issue!!

d3-worgan commented 4 years ago

yolo9000 does not work with opencv. If you want to use yolo9000 you have to compile darknet yourself and use the darknet.py.

You can see it says "Yolo9000 is not implemented in function "cv::dnn::..."

srividya91 commented 4 years ago

@d3-worgan Thanks for the response.i will try it..