tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.78k stars 474 forks source link

Toturial about onnxruntime #14

Closed David-19940718 closed 1 year ago

David-19940718 commented 1 year ago

Hi, thanks your awesome project! Can u provide a detail onnxruntime inference example step by step if free time.

cwhgn commented 1 year ago

Hi, an onnxruntime inference example has been added in tools/onnx_inference.py. The corresponding guide can be found in "Deploy -> Model Convert"