summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/segment-anything
Commit message (Expand)AuthorAgeFilesLines
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-1/+1
* Detach the tensors on batch-norm eval. (#1702)Laurent Mazare2024-02-131-1/+2
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-3/+3
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-3/+3
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-3/+3
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-3/+3
* Remove some unusued bits. (#1067)Laurent Mazare2023-10-091-1/+0
* feat: [SAM] able to download the result as png (#1035)lichin-lin2023-10-051-0/+60
* [SAM] Add undo button and background point mode (#1020)Radamés Ajna2023-10-021-61/+165
* [segment-anything] add multi point logic for demo site (#1002)lichin-lin2023-10-013-14/+29
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-3/+3
* Add negative prompts to segment-anything. (#1000)Laurent Mazare2023-09-301-1/+1
* [segment-anything] Support multi-point as the prompt input (#945)GeauxEric2023-09-251-1/+1
* Depreate the VarBuilder::from_safetensors function. (#951)Laurent Mazare2023-09-241-3/+2
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-3/+3
* Fix typos in SAM WASM example (#884)Aaron Sun2023-09-181-2/+2
* Update README + SAM (#866)Radamés Ajna2023-09-163-5/+4
* Add SAM UI Demo (#854)Radamés Ajna2023-09-154-2/+609
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-3/+3
* Return the low res mask in the wasm segment-anything module. (#798)Laurent Mazare2023-09-101-1/+11
* Add a wasm module for the segment anything example. (#797)Laurent Mazare2023-09-104-0/+163