Skip to content

mindspore-lab/mindyolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b3f963 · Mar 19, 2025
Oct 24, 2023
Feb 22, 2025
Mar 14, 2025
Mar 19, 2025
Mar 19, 2025
Feb 28, 2025
Mar 19, 2025
Mar 19, 2025
Sep 13, 2024
Sep 29, 2024
Jan 10, 2025
Feb 7, 2023
Aug 1, 2024
Feb 28, 2025
Feb 28, 2025
Mar 6, 2023
Mar 14, 2025
Dec 9, 2024
Apr 7, 2023
Aug 1, 2024
Apr 7, 2023
Jun 30, 2023
Jan 26, 2024
Mar 19, 2025
Dec 20, 2024

Repository files navigation

MindYOLO

docs GitHub PRs Welcome

MindYOLO implements state-of-the-art YOLO series algorithms based on MindSpore. The following is the corresponding mindyolo versions and supported mindspore 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

Benchmark and Model Zoo

See Benchmark Results.

supported model list

Installation

See INSTALLATION for details.

Getting Started

See GETTING STARTED for details.

Custom dataset examples

See examples

Notes

⚠️ The current version is based on the static shape of GRAPH. The dynamic shape of verision 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 for the contributing guideline.

License

MindYOLO is released under the Apache License 2.0.

Acknowledgement

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.

Citation

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}
}