by Shahinur | May 2, 2024 | Computer Vision, Deep Learning, Mathematics, OpenCV, Python
This repository demonstrates object detection using two versions of the YOLO model: YOLOv5 and YOLOv8 from Ultralytics. The scripts provided allow you to detect objects in images and videos using pre-trained models, and display or save the annotated outputs using...
by Shahinur | Aug 27, 2021 | MediaPipe, OpenCV
MediaPipe is a cross-platform framework for building multimodal applied machine learning pipelines. MediaPipe Python package is available on PyPI for Linux, macOS, and Windows. Today we will write a simple code for hand joint detection using OpenCV. At...
Recent Comments