Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

→ GUI for detecting objects using color information with OpenCV and Tkinter. When you see the title, you might be surprised or think that I…

→ Aligning images by applying perspective transformation with OpenCV in Python. When dealing with computer vision tasks, most of the time, images are not exactly…

→ Article about tracking moving objects with background subtractors in OpenCV, implemented in python and c++. Close your eyes and just imagine a normal day…

→ YOLO Object Detection GUI that allows users to choose specific detection areas, labels, and adjust confidence values dynamically. With libraries like Ultralytics, training a…

→ A step-by-step guide to training image classification models using TensorFlow Keras with any custom dataset. I wrote 2 articles about training image classification models…

→ Detect objects with YOLO models, and by using detection information, segment these objects with SAM. There are a bunch of segmentation models out there,…

→ Article about detecting objects with pretrained OpenCV Cascade Classifiers implemented in Python. For Object Detection, there are popular models like YOLO, Faster R-CNN, and…

→ Step-by-step guide for training YOLO-NAS object detection models in PyTorch using custom datasets. Every year, new YOLO versions are published, and last I saw,…