Over the period of the coronavirus, I have had a lot of time to explore object detection especially with the YOLO algorithms. For me it was a pain to write huge OpenCV based inference scripts or go through tedious processes of training custom detectors. After much research, I decided to take up a project to automate both these processes through simple PyPi libraries.

I have successfully written and launched two python libraries which might be extremely beneficial for all those of you who are interested in YOLOv3 Object detection. Let’s first start by talking about easy-yolo

EASY YOLO

Easy Yolo allows you to run any custom model on images, videos, live cameras, and youtube streams only in one line. Check out the code below

#opencv #yolo #ai #computer-vision #object-detection

YOLO Detections made easier
1.45 GEEK