排序
Detecting speed of a car from two images
Detecting speed of a car from two images, Introduction This article is intended for both beginners and experts in Computer Vision. I hope this post does CV justice ðŸ™ðŸ¾...
Essential OpenCV Functions to Get You Started into Computer Vision
Essential OpenCV Functions to Get You Started into Computer Vision,Computer Vision is a field of artificial intelligence that trains computers to interpret and understand the visua...
Object detection with ONNX, Pipeless and a YOLO model
Object detection with ONNX, Pipeless and a YOLO model,ONNX is an open format from the Linux Foundation to represent machine learning models. It is becoming extensively adopted by t...
What is Computer Vision? (1)
What is Computer Vision? (1),Buy Me a Coffee *My post explains Keypoint Detection(Landmark Detection), Image Matching, Object Tracking, Stereo Matching, Video Prediction, Optical F...
Christmas Tracking – How to track Rubric’s cube Object in python
Christmas Tracking - How to track Rubric's cube Object in python,A month ago I am thinking about what to write in December and I decided that the best thing to close this year is t...
How to cartoonize an image with Python
How to cartoonize an image with Python,In this tutorial, I will show you how to give a cartoon-effect to an image in Python with OpenCV. OpenCV is an open-source python library use...
My new easy-explain package for YoloV8 xai
My new easy-explain package for YoloV8 xai,I am very happy, now my package easy-explain available in Pypi supports Yolov8 explainable AI. You can also read my article in Towards AI...
Datasets for Computer Vision (5)
Datasets for Computer Vision (5),Buy Me a Coffee *Memos: My post explains MNIST, EMNIST, QMNIST, ETLCDB, Kuzushiji and Moving MNIST. My post explains Fashion-MNIST, Caltech 101, Ca...
Naïve Bayes Deep Learning
Naïve Bayes Deep Learning,Can a machine identify a bee as a honey bee or a bumblebee? These bees have different behaviors and appearances, but given the variety of backgrounds, po...
Object tracking and video cropping with computer vision and machine learning
Object tracking and video cropping with computer vision and machine learning,Imagine you have a video footage captured by a fixed camera, and you want to have a video clip followin...
Using YOLO with CLIP to improve Retrieval
Using YOLO with CLIP to improve Retrieval,In this article we are going to see how we can use object detection models like YOLO along with multimodal embedding models like CLIP to m...
Model for Detecting Cars
Model for Detecting Cars, License Plate Detection (6 Part Series) 1 OpenCV in Python for End-to-end License Plate Detection 2 Camera and Computer Setup ... 2 more parts... 3 Captur...