mmyolo/projects/easydeploy
tripleMu 28439f102a
[Deploy] Support YOLOv7 easy deploy (#427)
* Support YOLOv7 easy deploy

* Remove useless comment

* Fix mkdir
2023-01-04 20:10:58 +08:00
..
backbone [Deploy] MMYOLO model convert to onnx for deployment. (#279) 2022-11-23 10:43:41 +08:00
bbox_code [Deploy] MMYOLO model convert to onnx for deployment. (#279) 2022-11-23 10:43:41 +08:00
docs [Deploy] MMYOLO model convert to onnx for deployment. (#279) 2022-11-23 10:43:41 +08:00
model [Deploy] Support YOLOv7 easy deploy (#427) 2023-01-04 20:10:58 +08:00
nms [Deploy] MMYOLO model convert to onnx for deployment. (#279) 2022-11-23 10:43:41 +08:00
tools [Deploy] Support YOLOv7 easy deploy (#427) 2023-01-04 20:10:58 +08:00
README.md [Deploy] MMYOLO model convert to onnx for deployment. (#279) 2022-11-23 10:43:41 +08:00
README_zh-CN.md [Deploy] MMYOLO model convert to onnx for deployment. (#279) 2022-11-23 10:43:41 +08:00

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.

Supported Backends