mirror of https://github.com/open-mmlab/mmyolo.git
* Support pytorch model forward for TensorRT * Add ort wrapper * Fix import * Add deploy image-demo * raise NotImplementedError * Fix onnxruntime output gpu tensor |
||
---|---|---|
.. | ||
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.