Skip to content

chenyang23333/mindyolo

 
 

Repository files navigation

MindYOLO

docs GitHub PRs Welcome

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.

What is New

  • 2023/06/15
  1. Support YOLOv3/v4/v5/X/v7/v8 6 models and release 23 corresponding weights, see MODEL ZOO 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.

Supported Algorithms

Installation

See INSTALLATION for details.

Getting Started

See GETTING STARTED 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 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}
}

About

MindSpore YOLO series toolbox and benchmark

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.4%
  • C++ 5.4%
  • Shell 0.2%