Skip to content

Commit

Permalink
feat(docs): Add GroundingDINO to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Feb 29, 2024
1 parent 1a1ba0e commit 96cae78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting_started/installing_pixano_inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 96cae78

Please sign in to comment.