Abstract: This paper proposes a Fast Region-based Convolutional Network method (Fast R-CNN) for object detection. Fast R-CNN builds on previous work to efficiently classify object proposals using deep ...
Your browser does not support the audio element. This post is curated by IssueHunt that an issue based bounty platform for open source projects. It is the easiest way ...
In response to the challenges of small object detection in UAV aerial photography, such as complex backgrounds, tiny targets, dense targets, and edge deployment, the YOLOv11n model was improved.
In order to more accurately detect the accuracy of word-wheel water meter digits, 2000 water meter pictures were produced, and an improved Faster-RCNN algorithm for detecting water meter digits was ...
This is an implementation of Mask R-CNN on Python 3, Keras, and TensorFlow. The model generates bounding boxes and segmentation masks for each instance of an object in the image. It's based on Feature ...
Here, we propose an improved YOLOX-Tiny network, named YOLO-Tobacco, for the detection of tobacco brown spot disease under open-field scenarios. Aiming to excavate valuable disease features and ...
Abstract: The aim of this work is to implement a Convolutional Neural Network (CNN) using a Python framework on Xilinx® Zynq® based Field Programmable Gate Array (FPGA). And the prototype is used to ...
Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning ...
YOLO, meaning 'You Only Look Once', is a popular model for real-time object detection. The YOLO algorithm divides images into a grid, with each cell responsible for detecting objects. YOLOv1, ...