From a998e284b01facf437a4a05c82d8bf4e9f591b93 Mon Sep 17 00:00:00 2001 From: Christian Weihsbach Date: Wed, 23 Apr 2025 16:08:23 +0200 Subject: [PATCH] Update opencv installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f402a9..8d9c3ac 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Before adding this extension to 3D Slicer, you must install some dependencies in ``` slicer.util.pip_install("git+https://github.com/facebookresearch/segment-anything.git") slicer.util.pip_install("torch torchvision torchaudio") -slicer.util.pip_install("opencv-python") +slicer.util.pip_install("opencv-contrib-python") ``` You should also download the following checkpoint of SAM into the repository directory (in the same directory as the readme file).