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
Hybrid Deep Learning Vision-based Models for Human Object Interaction Detection by Knowledge Distillation
TL;DR: In this article, a branch architecture consisting of the main branch for HOI detection and a supplementary branch for scene recognition is designed, and the knowledge graph is constructed to merge between high-level context information.
5
Yield Estimation using Deep Learning for Precision Agriculture
Youssef Osman,Reed Dennis,Khalid Elgazzar +2 more
- 14 Jun 2021
TL;DR: In this paper, a two-stage pipeline consists of detecting the fruits, then tracking them frame-by-frame, using the You Only Look Once model (YOLO).
5
Cucumber Leaf Diseases Detection Based on An Improved Faster RCNN
04 Mar 2022
TL;DR: Wang et al. as discussed by the authors used the residual convolutional neural network ResNet 50 as backbone to extract features from the input image, adopts feature pyramid networks (FPN) for feature fusion, then generates a series of proposal boxes through region proposal network (RPN), and ultimately generates bounding boxes and corresponding classes by the classification network.
5
Road-Network-Based Event Information System in a Cooperative ITS Environment
TL;DR: In this article , an intelligent transportation system (ITS)-based system that collects road event information via a vehicle's on-board unit (OBU) and roadside unit (RSU), integrates and processes information based on the database and the road network, and provides information to vehicles.
Pick-and-place application using a dual arm collaborative robot and an RGB-D camera with YOLOv5
TL;DR: In this paper , a dual arm six-degree-of-freedom (6-DoF) collaborative robot, ABB YuMi, and a red, green, blue-depth (RGB-D) camera with YOLOv5 were used in a pick-and-place application.
5
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.