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