日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
arXiv:2412.10464

Automatic Detection, Positioning and Counting of Grape Bunches Using Robots

Automatic Detection, Positioning and Counting of Grape Bunches Using Robots

シェア:XThreadsFacebookLINEはてブBluesky

著者: Xumin Gao

分類: cs.CV, cs.AI, cs.RO

原文アブストラクト

In order to promote agricultural automatic picking and yield estimation technology, this project designs a set of automatic detection, positioning and counting algorithms for grape bunches, and applies it to agricultural robots. The Yolov3 detection network is used to realize the accurate detection of grape bunches, and the local tracking algorithm is added to eliminate relocation. Then it obtains the accurate 3D spatial position of the central points of grape bunches using the depth distance and the spatial restriction method. Finally, the counting of grape bunches is completed. It is verified using the agricultural robot in the simulated vineyard environment. The project code is released at: https://github.com/XuminGaoGithub/Grape_bunches_count_using_robots.