Skip to content

Commit

Permalink
urls changed to reflect new default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rasakereh committed Oct 1, 2024
1 parent f33fb11 commit 4f3b20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set(EXTENSION_HOMEPAGE "https://github.com/bowang-lab/MedSAMSlicer")
set(EXTENSION_CATEGORY "Segmentation")
set(EXTENSION_CONTRIBUTORS "Reza Asakereh (University Health Network), Jun Ma (University Health Network), Andrew Qiao (University Health Network)")
set(EXTENSION_DESCRIPTION "This module implements MedSAMLite and several of its variant for universal 2D and 3D image segmentation.")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/bowang-lab/MedSAMSlicer/master/MedSAM.png")
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/bowang-lab/MedSAMSlicer/master/MedSAMLite/Resources/Icons/Screenshot.png")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/bowang-lab/MedSAMSlicer/main/MedSAM.png")
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/bowang-lab/MedSAMSlicer/main/MedSAMLite/Resources/Icons/Screenshot.png")
set(EXTENSION_DEPENDS "PyTorch") # Specified as a list or "NA" if no dependencies

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit 4f3b20a

Please sign in to comment.