OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

YoloV4 how to make it detect specific objects(human)

Open janglee2002 opened this issue 4 years ago • 2 comments

I want to make it so that the YoloV4 detects only humans. I'm pretty sure I would need to change something in my yolov4-tiny.cfg file (https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-tiny.cfg.), but I'm lost. How do I do this?

janglee2002 avatar Jan 16 '21 12:01 janglee2002

Unfortunately, I am not very familiar with dnn model training and cfg files. Perhaps if you follow the general Yolov4 model training tutorials, you can train your model to work with OpenCV.

EnoxSoftware avatar Jan 19 '21 09:01 EnoxSoftware

@janglee2002 you will need to follow something like this: https://github.com/thtrieu/darkflow#training-on-your-own-dataset

mattlovell avatar Jun 17 '21 11:06 mattlovell