# 麦穗计数统计系统 **Repository Path**: carlwawa/wheat ## Basic Information - **Project Name**: 麦穗计数统计系统 - **Description**: 使用yolov8对麦穗进行目标检测与计数 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-05-20 - **Last Updated**: 2025-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 麦穗计数统计系统 #### 介绍 本项目基于YOLOv8实现小麦麦穗的自动检测与计数系统,支持图像和视频输入,适用于农业产量预估和作物研究场景。 #### 主要功能 1. 🎯 高精度麦穗检测(支持图像/视频/实时摄像头) 2. 🔢 基于检测结果的自动计数 3. 📊 统计结果可视化与导出(excel) 4. 📈 支持模型训练与验证指标分析 5. 🚀 提供预训练模型权重 #### 环境配置 ##### 克隆仓库 ``` git clone https://gitee.com/carlwawa/wheat.git ``` ##### 安装依赖 ``` pip install -r requirements.txt ``` ##### 启动方式 ``` python wheat/wheat_direction/main.py ``` #### 项目结构 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 使用说明 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)