Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

REAL-TIME OBJECT DETECTION MODEL USING YOLOv10

View through CrossRef
From security systems to driverless cars, object detection is essential to many applications. The main goal of this project is to use YOLOv10 and RCNN (Region-Convolutional Neural Network) to perform YOLO (You Only Look Once) object identification in a Flask web application. With notable speed and accuracy gains over its predecessors, YOLOv10 is a state-of-the-art iteration of the YOLO model intended for quick and precise real-time object recognition. Furthermore, by combining region suggestions with CNN for feature extraction, the study integrates RCNN for more accurate object localization. Users can contribute photos or video streams for object detection using these models, which are incorporated into a web application built with Flask. After processing these inputs and performing detection, the application shows the findings along with bounding boxes and recognized objects. Making use of RCNN's and YOLOv10's advantages, the suggested system makes sure that real-time performance and detection accuracy are balanced. The result is a reliable, effective, and user-friendly solution for object detection in practical situations.
Title: REAL-TIME OBJECT DETECTION MODEL USING YOLOv10
Description:
From security systems to driverless cars, object detection is essential to many applications.
The main goal of this project is to use YOLOv10 and RCNN (Region-Convolutional Neural Network) to perform YOLO (You Only Look Once) object identification in a Flask web application.
With notable speed and accuracy gains over its predecessors, YOLOv10 is a state-of-the-art iteration of the YOLO model intended for quick and precise real-time object recognition.
Furthermore, by combining region suggestions with CNN for feature extraction, the study integrates RCNN for more accurate object localization.
Users can contribute photos or video streams for object detection using these models, which are incorporated into a web application built with Flask.
After processing these inputs and performing detection, the application shows the findings along with bounding boxes and recognized objects.
Making use of RCNN's and YOLOv10's advantages, the suggested system makes sure that real-time performance and detection accuracy are balanced.
The result is a reliable, effective, and user-friendly solution for object detection in practical situations.

Related Results

Depth-aware salient object segmentation
Depth-aware salient object segmentation
Object segmentation is an important task which is widely employed in many computer vision applications such as object detection, tracking, recognition, and ret...
Safety Helmet Detection And License Plate Detection Using Advanced Yolov10
Safety Helmet Detection And License Plate Detection Using Advanced Yolov10
This project presents an advanced computer vision system for realtime Safety Helmet Detection and License Plate Recognition using the latest YOLOv10 object detection architecture. ...
Vehicle detection in drone aerial views based on lightweight OSD-YOLOv10
Vehicle detection in drone aerial views based on lightweight OSD-YOLOv10
Abstract To address the challenges of low performance in vehicle image detection from UAV aerial imagery, difficulties in small target feature extraction, and the large p...
Deep learning for small object detection in images
Deep learning for small object detection in images
[ACCESS RESTRICTED TO THE UNIVERSITY OF MISSOURI AT REQUEST OF AUTHOR.] With the rapid development of deep learning in computer vision, especially deep convolutional neural network...
Object Detection Using CNN
Object Detection Using CNN
Object detection system using Convolutional Neural Network(CNN) that can accurately identify and classify objects in videos. The purpose of object detection using CNN to enhance te...
Detection of acne by deep learning object detection
Detection of acne by deep learning object detection
AbstractImportanceState-of-the art performance is achieved with a deep learning object detection model for acne detection. There is little current research on object detection in d...

Back to Top