summaryrefslogtreecommitdiff
path: root/candle-examples/examples/segment-anything
Commit message (Expand)AuthorAgeFilesLines
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-1/+1
* Allow the threshold argumet to be negative in the segment-anything example (#...Daniel Varga2024-05-151-1/+1
* Add negative prompts to segment-anything. (#1000)Laurent Mazare2023-09-301-13/+20
* [segment-anything] Print IOU values to help with debugging (#999)GeauxEric2023-09-301-1/+1
* Use a single flag for the point argument. (#958)Laurent Mazare2023-09-252-23/+22
* [segment-anything] Support multi-point as the prompt input (#945)GeauxEric2023-09-254-20/+37
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-3/+1
* Segment Anything readme (#827)Laurent Mazare2023-09-123-68/+82
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-107-2329/+6
* ViT tracing. (#790)Laurent Mazare2023-09-091-17/+84
* Get the MobileSAM TinyViT based version to work. (#789)Laurent Mazare2023-09-093-26/+89
* TinyViT backbone for segment-anything. (#787)Laurent Mazare2023-09-092-0/+564
* Fuse the rel-pos additions via a custom-op. (#786)Laurent Mazare2023-09-091-6/+85
* Get the comparison operation to work on scalar values. (#780)Laurent Mazare2023-09-082-4/+9
* Automatic mask generation (#779)Laurent Mazare2023-09-084-14/+113
* Add tracing to segment-anything (#777)Laurent Mazare2023-09-084-15/+87
* Draw the mask on a merged image. (#775)Laurent Mazare2023-09-081-9/+50
* Automatic mask generator + point base mask (#773)Laurent Mazare2023-09-086-42/+223
* Improve the safetensor loading in the segment-anything example. (#772)Laurent Mazare2023-09-082-2/+28
* Use shape with holes. (#771)Laurent Mazare2023-09-083-7/+7
* Generate a mask image + the scaled input image. (#769)Laurent Mazare2023-09-082-3/+34
* Segment-anything fixes: avoid normalizing twice. (#767)Laurent Mazare2023-09-072-3/+5
* Segment Anything - process images (#766)Laurent Mazare2023-09-076-98/+287
* More segment-anything again. (#764)Laurent Mazare2023-09-076-20/+454
* More segment-anything. (#763)Laurent Mazare2023-09-074-349/+563
* Sketch the segment anything model. (#759)Laurent Mazare2023-09-071-0/+446