News

This repository contains an implementation of YOLOv3 (You Only Look Once) for object detection using TensorFlow. YOLO is a real-time object detection algorithm that can detect multiple objects in an ...
Abstract: Deep learning has gradually become the mainstream object detection algorithm because of its powerful feature extraction ability and adaptive ability. However, how to guarantee the accuracy ...
This project demonstrates how to use the YOLOv3 (You Only Look Once) object detection model to detect objects in images using Google Colab. The model is pre-trained on the COCO dataset, allowing it to ...