summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/segment_anything/sam.rs
Commit message (Collapse)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
| | | | | | | | | | | | | | * [sam] Support multi-point prompts * [segment-anything] Pass points by reference * [segment-anything] Update example code and image * Fix clippy lint. --------- Co-authored-by: Yun Ding <yunding@nvidia.com> Co-authored-by: laurent <laurent.mazare@gmail.com>
* Return the low res mask in the wasm segment-anything module. (#798)Laurent Mazare2023-09-101-9/+9
| | | | | * Return the low res mask. * Add some validations.
* 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
* Move dinov2. * Move efficientnet. * Move the quantized llama model. * Move segment-anything.