From 8f777bb42342acf5639ebb282b66a0c56d07a7a2 Mon Sep 17 00:00:00 2001 From: Rhys Williams Date: Tue, 9 Jul 2024 07:00:02 -0400 Subject: [PATCH] updating progress --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8190a7..5ad8e81 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Last of all the aim here is to keep up with the latest optimised foundation mode - Not also that an `OnnxSAM` class is also available with the same instantiation and automatic model download - further examples are on their way along with SigLIP integration -## Example usage (CLIP/SigLIP - SAM incoming) : +## Example usage (CLIP/SigLIP) : - For the full 384 SigLIP model go ahead and use the `.inference` method as follows. Noting that CLIP is avaiable via the same method. Either model will switch between softmax and sigmoid accordingly: @@ -204,7 +204,7 @@ Last of all the aim here is to keep up with the latest optimised foundation mode ## Future updates - Example Gradio app - **done** -- Deprecating Huggingface dependency - standalone siglip tokenization for lightweight deployments - **in progress** +- Deprecating Huggingface dependency - standalone siglip tokenization for lightweight deployments - **done** - Grounding Dino ONNX - possibly a better solution than sam here for localisation - prompts arre builtin too - CLIP/SigLIP attention transformed to multi point SAM inference - **in progress** - Python packaging - **scheduled**