Categories
Algorithms Computer Vision Machine Learning

YOLO Alternatives for Object detection

Finding a best Yolo Alternative could be hard when everyone is obsessed with Yolo now days due to its good performance and easy to use method. But if you are like me who like to explore other options or just curious to know what other YOLO Object detection alternatives available, you are in a right […]

Categories
OpenCV-Python Computer Vision Examples Image Processing Python

Real Time Contours Detection findcontours OpenCV Python

In this tutorial we are going to learn the usage of findcontours and drawcontours functions in OpenCV Python. We will create code for doing this in real time using Webcam. This code will help you in further image processing and computer vision projects where finding contours or Objects be the first task before doing any […]