mmyolo/projects/easydeploy
tripleMu 3118eef943
delete easydeploy register (#634)
2023-03-09 19:23:08 +08:00
..
backbone [Fix] Fix YOLOv8 graph and a lint issue (#459) 2023-01-12 16:00:46 +08:00
bbox_code Fix rtmdet decoder in easydeploy (#519) 2023-02-07 14:45:27 +08:00
deepstream Add yolov8 deepstream config (#633) 2023-03-06 18:36:41 +08:00
docs [Deploy] MMYOLO model convert to onnx for deployment. (#279) 2022-11-23 10:43:41 +08:00
model [Fix] Fix requirement about only ONNXRuntime without TensorRT (#469) 2023-01-16 19:36:49 +08:00
nms [Feature] Add new YOLOX bbox coder for TensorRT-8 and fix TensorRT-7 bug (#450) 2023-01-11 17:10:04 +08:00
tools delete easydeploy register (#634) 2023-03-09 19:23:08 +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