summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/segment_anything/sam.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix lints for clippy 1.75. (#1494)Laurent Mazare2023-12-281-1/+1
* Add negative prompts to segment-anything. (#1000)Laurent Mazare2023-09-301-4/+13
* Fix the multiple points case for sam. (#998)Laurent Mazare2023-09-291-2/+2
* Use a single flag for the point argument. (#958)Laurent Mazare2023-09-251-8/+9
* [segment-anything] Support multi-point as the prompt input (#945)GeauxEric2023-09-251-13/+17
* Return the low res mask in the wasm segment-anything module. (#798)Laurent Mazare2023-09-101-9/+9
* Add a wasm module for the segment anything example. (#797)Laurent Mazare2023-09-101-3/+25
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-101-0/+411