MindYOLO is MindSpore Lab's software system that implements state-of-the-art YOLO series algorithms, model support list. It is written in Python and powered by the MindSpore deep learning framework.
The master branch works with MindSpore 1.8.1.
- 2023/03/30
- Currently, the models supported by the first release include the basic specifications of YOLOv3/YOLOv5/YOLOv7;
- Models can be exported to MindIR/AIR format for deployment.
⚠️ The current version is based on the static shape of GRAPH. The dynamic shape of the PYNATIVE will be added later. Please look forward to it.⚠️ The current version only supports the Ascend platform, and the GPU platform will support it later.
To be supplemented.
See GETTING STARTED
To be supplemented.
We appreciate all contributions including issues and PRs to make MindYOLO better.
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 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.
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}
}