OpenCVForUnity
OpenCVForUnity copied to clipboard
YoloV4 how to make it detect specific objects(human)
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?
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.
@janglee2002 you will need to follow something like this: https://github.com/thtrieu/darkflow#training-on-your-own-dataset