Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 521 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 521 Bytes

fungal-spore-detection

The gray mold spore detection of cucumber based on microscopic image and deep learning

Requirements

pip install -r requirements.txt

MG-YOLO

Base Model-YOLOv5s

Multi-head self-attention

BiFPN

Ghost

Acknowledge

感谢TPH-YOLOv5作者Xingkui Zhu

官方实现cv516Buaa/tph-yolov5 (github.com)

感谢YOLOv5-Compression(github.com)