From 96cae78538a0734a472fc455f18e2fc5eeaa916e Mon Sep 17 00:00:00 2001 From: Corentin Vannier Date: Thu, 29 Feb 2024 15:59:12 +0100 Subject: [PATCH] feat(docs): Add GroundingDINO to documentation --- docs/getting_started/installing_pixano_inference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started/installing_pixano_inference.md b/docs/getting_started/installing_pixano_inference.md index 367ccb5..0a63412 100644 --- a/docs/getting_started/installing_pixano_inference.md +++ b/docs/getting_started/installing_pixano_inference.md @@ -14,9 +14,10 @@ pip install pixano pip install pixano-inference ``` -To use the inference models available through GitHub, install the following additional packages: +To use the inference models available through GitHub, install the following additional packages as needed: ```shell python -m pip install segment-anything@git+https://github.com/facebookresearch/segment-anything python -m pip install mobile-sam@git+https://github.com/ChaoningZhang/MobileSAM +python -m pip install groundingdino@git+https://github.com/IDEA-Research/GroundingDINO ```