# mindyolo **Repository Path**: AmazingBian/mindyolo ## Basic Information - **Project Name**: mindyolo - **Description**: MindYOLO is MindSpore Lab's software system that implements state-of-the-art YOLO series algorithms, support list and benchmark. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2023-08-07 - **Last Updated**: 2023-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MindYOLO

docs GitHub PRs Welcome

MindYOLO is [MindSpore Lab](https://github.com/mindspore-lab)'s software toolbox that implements state-of-the-art YOLO series algorithms, [support list and benchmark](MODEL_ZOO.md). It is written in Python and powered by the [MindSpore](https://mindspore.cn/) AI framework. The master branch supporting **MindSpore 2.0**. ## What is New - 2023/06/15 1. Support YOLOv3/v4/v5/X/v7/v8 6 models and release 23 corresponding weights, see [MODEL ZOO](MODEL_ZOO.md) for details. 2. Support MindSpore 2.0. 3. Support deployment on MindSpore lite 2.0. 4. New online documents are available! ## Benchmark and Model Zoo See [MODEL ZOO](MODEL_ZOO.md).
Supported Algorithms - [x] [YOLOv8](configs/yolov8) - [x] [YOLOv7](configs/yolov7) - [x] [YOLOX](configs/yolox) - [x] [YOLOv5](configs/yolov5) - [x] [YOLOv4](configs/yolov4) - [x] [YOLOv3](configs/yolov3)
## Installation See [INSTALLATION](docs/en/installation.md) for details. ## Getting Started See [GETTING STARTED](GETTING_STARTED.md) for details. ## Learn More about MindYOLO To be supplemented. ## Notes ⚠️ The current version is based on the static shape of GRAPH. The dynamic shape of the PYNATIVE will be supported later. Please look forward to it. ### How to Contribute We appreciate all contributions including issues and PRs to make MindYOLO better. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for the contributing guideline. ### License MindYOLO is released under the [Apache License 2.0](LICENSE.md). ### Acknowledgement MindYOLO is an open source project that welcome any contribution and feedback. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible as well as standardized toolkit to reimplement existing methods and develop their own new realtime object detection methods. ### Citation If you find this project useful in your research, please consider cite: ```latex @misc{MindSpore Object Detection YOLO 2023, title={{MindSpore Object Detection YOLO}:MindSpore Object Detection YOLO Toolbox and Benchmark}, author={MindSpore YOLO Contributors}, howpublished = {\url{https://github.com/mindspore-lab/mindyolo}}, year={2023} } ```