# ele-bicycle-detection **Repository Path**: fingsinz/ele-bicycle-detection ## Basic Information - **Project Name**: ele-bicycle-detection - **Description**: 基于YOLOv5的电瓶车识别(入门) - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://fingsinz.gitee.io/2023/yolov5/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-20 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ele-bicycle-detection ## 介绍 此项目为基于Yolov5的电瓶车识别,为入门级项目,希望引起对深度学习、计算机视觉的兴趣。 结合博客使用 * qt-det文件夹中为Qt页面的代码文件。 * yolov5-engine-detect为基于.engine文件的推理识别代码。 * yolov5-onnx-detect为基于.onnx文件的推理识别代码。