You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to install `sam-2` which can be installed easily using mamba (or conda). To install `sam-2` using `pip` please refer to the official [sam-2](https://github.com/facebookresearch/sam2) repository.
17
+
You need to install `segment-anything` and `sam-2` which can be installed easily using mamba (or conda). To install `sam-2` using `pip` please refer to the official [sam-2](https://github.com/facebookresearch/sam2) repository.
18
18
19
19
## Requirements
20
-
-`python >= 3.10`
21
-
-`numpy==1.24.4`
20
+
-`python>=3.10`
21
+
-`numpy<2.2`
22
+
-`pytorch>=2.3.1`
23
+
-`torchvision>=0.18.1`
24
+
-`timm`
25
+
-`segment-anything`
26
+
-`sam-2`
22
27
-`opencv-python`
23
28
-`scikit-learn`
24
29
-`scikit-image`
@@ -28,12 +33,8 @@ You need to install `sam-2` which can be installed easily using mamba (or conda)
28
33
-`qtpy`
29
34
-`napari`
30
35
-`h5py`
31
-
-`pytorch=2.3.1`
32
-
-`torchvision=0.18.1`
33
-
-`timm=1.0.9`
34
36
-`pynrrd`
35
-
-`segment-anything`
36
-
-`sam-2`
37
+
-`pooch`
37
38
38
39
## Installing Only The Plugin
39
40
If you use the provided conda environment yaml files, the plugin will be installed automatically. But in case you already have the environment setup,
@@ -56,4 +57,4 @@ If you want to install the plugin manually using GPU, please follow the pytorch
0 commit comments