diff --git a/README.md b/README.md index edcd470..bb627aa 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ https://github.com/True-North-Intelligent-Algorithms/napari-segment-everything/a ## Instructions -### 0. This implementation -Right now, this model can be downloaded as-is from the Github and installed using `pip install -e .` +### 0. Select recipe (implementation) + +Use the 'select recipe' combo box to choose the implementation. Currently 'Mobile SAM v2', 'Mobile SAM finetuned' and 'SAM Automatic Mask Generator' are available. Not that the sub-options will change slightly depending on which recipe you choose. 'Mobile SAM v2' and 'Mobile SAM finetuned' (finetuned using Cellpose training data) first use a bounding box detector to locate objects then feed the bounding boxes to SAM. 'SAM Automatic Mask Generator' uses a grid of points as the prompt for SAM. Our experiments indicate that the 'Mobile SAM' recipes work well in most cases. 'SAM Automatic Mask Generator' may be useful for cases where bounding box detection was sub-optimal. ### 1. Generate 3D labels diff --git a/setup.cfg b/setup.cfg index 6b4a1b3..e156e23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,9 @@ description = A Napari SAM plugin to segment everything in your image (not just long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/True-North-Intelligent-Algorithms/napari-segment-everything -author = Brian Northan +author = + Brian Northan + Ian Coccimiglio author_email = bnorthan@gmail.com license = BSD-3-Clause license_files = LICENSE