From 82e8cea7c68ee9a10ac53c8afd3adf8dbf0941ea Mon Sep 17 00:00:00 2001 From: Reza Asakereh Date: Tue, 1 Oct 2024 12:59:14 -0400 Subject: [PATCH] MedSAM JSON file added This module implements MedSAMLite and several of its variant for universal 2D and 3D image segmentation. --- MedSAM.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MedSAM.json diff --git a/MedSAM.json b/MedSAM.json new file mode 100644 index 00000000..f58c1f4a --- /dev/null +++ b/MedSAM.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "build_dependencies": ["PyTorch"], + "build_subdirectory": ".", + "category": "Segmentation", + "scm_revision": "main", + "scm_url": "https://github.com/bowang-lab/MedSAMSlicer" +}