- Notifications
You must be signed in to change notification settings - Fork48
A toolbox of yolo models and algorithms based on MindSpore
License
mindspore-lab/mindyolo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MindYOLO implements state-of-the-art YOLO series algorithms based on MindSpore.The following is the correspondingmindyolo
versions and supportedmindspore
versions.
mindyolo | mindspore |
---|---|
master | master |
0.5 | 2.5.0 |
0.4 | 2.3.0/2.3.1 |
0.3 | 2.2.10 |
0.2 | 2.0 |
0.1 | 1.8 |
SeeINSTALLATION for details.
SeeGETTING STARTED for details.
Seeexamples
We appreciate all contributions including issues and PRs to make MindYOLO better.
Please refer toCONTRIBUTING.md for the contributing guideline.
MindYOLO is released under theApache License 2.0.
MindYOLO is an open source project that welcome any contribution and feedback. We wish that the toolbox and benchmark could support the growing research community, reimplement existing methods, and develop their own new real-time object detection methods by providing a flexible and standardized toolkit.
If you find this project useful in your research, please consider cite:
@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}}
About
A toolbox of yolo models and algorithms based on MindSpore