MindYOLO is MindSpore Lab's software toolbox that implements state-of-the-art YOLO series algorithms, support list and benchmark. It is written in Python and powered by the MindSpore AI framework.
The master branch supporting MindSpore 2.0/2.1.
- 2023/09/05
- Add YOLOv8-X segment model.
- Dataset pipeline reconstruction(current supports seg/detect tasks).
- Add IoU custom operators example on GPU.
- Add distribute eval function.
- Add fast coco eval api.
- Tutorials and Docs update(e.q. Write a new model, Train Process Tutorial, ...).
See MODEL ZOO.
See INSTALLATION for details.
See GETTING STARTED for details.
To be supplemented.
We appreciate all contributions including issues and PRs to make MindYOLO better.
Please refer to CONTRIBUTING.md for the contributing guideline.
MindYOLO is released under the Apache 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}
}