flystem-usls/examples/fastsam
Jamjamjon 371a08011f
Add MODNet model (#11)
* Add MODNet for portrait matting

* Minor fixes

* Move assets to home directory

* Add colormap

* ci

* Update README.md
2024-04-30 15:26:53 +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 Add MODNet model (#11) 2024-04-30 15:26:53 +08:00

README.md

Quick Start

cargo run -r --example fastsam

Donwload or export ONNX Model

  • Export

    pip install -U ultralytics
    yolo export model=FastSAM-s.pt format=onnx simplify dynamic
    
  • Download

    FastSAM-s-dyn-f16

Results