mirror of https://github.com/open-mmlab/mmyolo.git
* Fromat code * Support ONNXRUNTIME * Support mmyolo model convert to onnx for deploy. * Same as dev branch * Support yolox focus rewrite * Support GConv Focus * Update mmyolo/easydeploy/backbone/focus.py Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Add TensorRT build/infer Wrapper * Add image_demo for deploy model * Fix * Merge dev * Remove image-demo * Roll back to dev * Support model switch to deploy * Remove --deploy * Add new deploy method * Format code and add doc * Move md to project * add readme and readme_zh to easy_deploy * Update projects/easydeploy/README_zh-CN.md Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com> * Update projects/easydeploy/README.md Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com> Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> Co-authored-by: xin-li-67 <williamlee.xin@gmail.com> Co-authored-by: Xin Li <7219519+xin-li-67@users.noreply.github.com> Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com> |
||
---|---|---|
.. | ||
backbone | ||
bbox_code | ||
docs | ||
model | ||
nms | ||
tools | ||
README.md | ||
README_zh-CN.md |
README.md
MMYOLO Model Easy-Deployment
Introduction
This project is developed for easily converting your MMYOLO models to other inference backends without the need of MMDeploy, which reduces the cost of both time and effort on getting familiar with MMDeploy.
Currently we support converting to ONNX
and TensorRT
formats, other inference backends such ncnn
will be added to this project as well.