AlexeyAB / darknet

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

How to evaluate the model using this repo ? #8363

Open ashwath1295 opened 2 years ago

ashwath1295 commented 2 years ago

I want to evaluate the Yolov4 model just for persons. How can I do that?

prudhvi-charan commented 2 years ago

One way is to do custom training. Get some 50-100 images, label them using a tool like labelImg, (https://github.com/tzutalin/labelImg.git), then train your model and get the weights. You can then evaluate any image or video, and the output will only have one class.