Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lints for clippy 1.75. (#1494) | Laurent Mazare | 2023-12-28 | 1 | -1/+1 |
| | |||||
* | Add negative prompts to segment-anything. (#1000) | Laurent Mazare | 2023-09-30 | 1 | -4/+13 |
| | |||||
* | Fix the multiple points case for sam. (#998) | Laurent Mazare | 2023-09-29 | 1 | -2/+2 |
| | |||||
* | Use a single flag for the point argument. (#958) | Laurent Mazare | 2023-09-25 | 1 | -8/+9 |
| | |||||
* | [segment-anything] Support multi-point as the prompt input (#945) | GeauxEric | 2023-09-25 | 1 | -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 Mazare | 2023-09-10 | 1 | -9/+9 |
| | | | | | * Return the low res mask. * Add some validations. | ||||
* | Add a wasm module for the segment anything example. (#797) | Laurent Mazare | 2023-09-10 | 1 | -3/+25 |
| | |||||
* | Move more models to candle-transformers (#796) | Laurent Mazare | 2023-09-10 | 1 | -0/+411 |
* Move dinov2. * Move efficientnet. * Move the quantized llama model. * Move segment-anything. |