csmithxc's picture
Upload 146 files
1530901 verified
|
raw
history blame
No virus
464 Bytes
# 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.
## Supported Backends
- [Model Convert](docs/model_convert.md)