mmyolo/projects/easydeploy
triple Mu 1aa1ecd27b
Support model-only inference (#733)
* Support model-only inference

* Fix ppyoloe std

* Add doc

* Fix typo

* Rename
2023-04-20 13:55:34 +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 Support model-only inference (#733) 2023-04-20 13:55:34 +08:00
examples Support model-only inference (#733) 2023-04-20 13:55:34 +08:00
model [Enhance] New easydeploy for extending new features. (#732) 2023-04-17 14:09:26 +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 [Enhance] New easydeploy for extending new features. (#732) 2023-04-17 14:09:26 +08:00
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.

Supported Backends