AlexeyAB / darknet

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

Person detection using Darknet Yolov4 #7560

Open imihassan opened 3 years ago

imihassan commented 3 years ago

Hi, I am using this repo with yolov4 for person detection but in this video it is not able to detect the person. In other simple videos, it is able to detect the person but in the above-mentioned video, it failed even not with a very little confidence level.

Can anyone guide me on how I can do it?

stephanecharette commented 3 years ago

Did you train with videos like this where the people are very small (relative to the frame size) and mostly obscured behind metal objects?

imihassan commented 3 years ago

Did you train with videos like this where the people are very small (relative to the frame size) and mostly obscured behind metal objects?

No I am using pretrained Yolov4 on coco dataset. I am not training myself.

SangA-Lee commented 3 years ago

I think, because the object is too small to detect and complex background.