* Add X struct to handle input and preprocessing *Add Ops struct to manage common operations * Use SIMD (fast_image_resize) to accelerate model pre-processing and post-processing |
||
|---|---|---|
| .. | ||
| README.md | ||
| demo.png | ||
| main.rs | ||
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
