Files
usls/examples/sam
Jamjamjon 6ace97f09f v0.0.16: Add Viewer for image show
* Add `Viewer` for image-show

* Add .`with_ixx()` to simplify model building with `Options`

* Update `MinOptMax`
2024-09-28 09:51:33 +08:00
..
2024-09-28 09:51:33 +08:00

Quick Start


# SAM
cargo run -r --example sam

# MobileSAM
cargo run -r --example sam -- --kind mobile-sam

# EdgeSAM
cargo run -r --example sam -- --kind edge-sam

# SAM-HQ
cargo run -r --example sam -- --kind sam-hq

Results