flystem-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
..
README.md Add YOLOv8-OBB and some bug fixes (#9) 2024-04-21 17:06:58 +08:00
demo.png Add YOLOv8-OBB and some bug fixes (#9) 2024-04-21 17:06:58 +08:00
main.rs Update ort and improve the speed of preprocessing 2024-05-12 18:12:34 +08:00

README.md

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