From 57b1a3cb8b46fa3b922884025b36337c10cee34d Mon Sep 17 00:00:00 2001 From: Cameron Cooke Date: Thu, 20 Apr 2023 13:32:49 +0200 Subject: [PATCH] Updated README.md Updated the paths of the notebooks, so that they link back to this repo, in the documentation on https://pypi.org/project/segment-anything-py/. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f02c5de26..d436777e2 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ Additionally, masks can be generated for images from the command line: python scripts/amg.py --checkpoint --model-type --input --output ``` -See the examples notebooks on [using SAM with prompts](/notebooks/predictor_example.ipynb) and [automatically generating masks](/notebooks/automatic_mask_generator_example.ipynb) for more details. + +See the examples notebooks on [using SAM with prompts](https://github.com/opengeos/segment-anything/blob/pypi/notebooks/predictor_example.ipynb) and [automatically generating masks](https://github.com/opengeos/segment-anything/blob/pypi/notebooks/automatic_mask_generator_example.ipynb) for more details.