Journal Article10.1016/J.COMPAG.2019.01.012
Apple detection during different growth stages in orchards using the improved YOLO-V3 model
892
TL;DR: The test results show that the proposed YOLOV3-dense model is superior to the original YOLO-V3 model and the Faster R-CNN with VGG16 net model, which is the state-of-art fruit detection model.
read more
About: This article is published in Computers and Electronics in Agriculture. The article was published on 01 Feb 2019.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
An Improved YOLOv5s Fire Detection Model
Zhan Dou,Hang Zhou,Zhe Liu,Jianwen Zhang,Qianlin Wang,Liang Jun Chen,Xu Diao,Jinghai Li +7 more
23
An automatic sorting system for electronic components detached from waste printed circuit boards
01 Jan 2022
TL;DR: In this article , an emerging image detection algorithm, YOLO-V3, is utilized to train the self-made dataset and classify the printed circuit boards (PCBs) into specific categories.
23
A Comprehensive Review of One-stage Networks for Object Detection
Yifan Zhang,Xu Li,Feiyue Wang,Baoguo Wei,Lixin Li +4 more
- 17 Aug 2021
TL;DR: One-stage networks can effectively increase the detection speed as mentioned in this paper, which is a branch of regression-based object detection, which uses a single neural network to directly predict bounding boxes and class probabilities from the entire image by one evaluation.
23
Object detection and tracking on UAV RGB videos for early extraction of grape phenotypic traits
Mar Ariza-Sentís,Hilmy Baja,Sergio Vélez,João Valente +3 more
TL;DR: A novel approach for extracting grape phenotypic traits from RGB videos captured by a UAV is presented. Multi-object tracking and segmentation algorithms are used to determine bunch and berry traits. Two datasets with labelled images and phenotyping measurements are created and made available. The results show that the detection and tracking algorithms perform adequately for bunch and berry detection and counting.
22
Contrast Limited Adaptive Histogram Equalization for Recognizing Road Marking at Night Based on Yolo Models
TL;DR: This study records the roads of various cities in Taiwan through road driving to create a data set of road signs in Taiwan in daytime environments as well as nighttime environments, and recommends using CLAHE's YOLOv5x as the best model at night and used to improve the effect of road sign detection at night.
22
References
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014
TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
102.6K
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 01 Jan 2015
TL;DR: In this paper, the authors investigated the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting and showed that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 layers.
51.9K
Densely Connected Convolutional Networks
Gao Huang,Zhuang Liu,Laurens van der Maaten,Kilian Q. Weinberger +3 more
- 21 Jul 2017
TL;DR: DenseNet as mentioned in this paper proposes to connect each layer to every other layer in a feed-forward fashion, which can alleviate the vanishing gradient problem, strengthen feature propagation, encourage feature reuse, and substantially reduce the number of parameters.
You Only Look Once: Unified, Real-Time Object Detection
Joseph Redmon,Santosh K. Divvala,Ross Girshick,Ali Farhadi +3 more
- 27 Jun 2016
TL;DR: Compared to state-of-the-art detection systems, YOLO makes more localization errors but is less likely to predict false positives on background, and outperforms other detection methods, including DPM and R-CNN, when generalizing from natural images to other domains like artwork.