Files
usls/examples/rtdetr
Jamjamjon fc970fc117 Update ort and improve the speed of preprocessing
* Add onnx proto

* Update ort to 2.0.0-rc.2

* Improve the speed of resizing

* Fix yolo-seg bug

* Update README.md
2024-05-12 18:12:34 +08:00
..

Quick Start

cargo run -r --example rtdetr

Donwload or export ONNX Model

  • Export

    pip install -U ultralytics
    yolo export model=rtdetr-l.pt format=onnx simplify dynamic opset=16
    
  • Download

    rtdetr-l-f16 model

Results