Simple Opencv tutorial for yolo darknet object detection in DNN module HD

16.04.2020
This tutorial will learn you how to use deep neural networks by Yolo Darknet to detect multiple classes of objects in OpenCV 4+ c++. The code is under 100 lines of simple code. The code is using yolov3-tiny.weights of neural network and appropriate configuration yolov3-tiny.cfg loaded by opencv DNN module from contribution library. The code is presented as simple as possible, without the staff nice to have, but not necessary to understand the flow of the code. The step by step tutorial will describe how to load yolo model and evaluate in opencv dnn module up to display the result from neural network processing. You can detect multiple class like persons and more. The full description available here Full code included: https://funvision.blogspot.com https://funvision.blogspot.com/2020/04/simple-opencv-tutorial-for-yolo-darknet.html Updated news, post on Facebook page https://www.facebook.com/funvisionblog Latest video yolo darknet opencv https://funvision.blogspot.com/2020/04/simple-opencv-tutorial-for-yolo-darknet.html Opencv tutorials https://funvision.blogspot.com follow my Instagram https://www.instagram.com/vladakuc

Похожие видео