Skip to content

Commit 47f8c4a

Browse files
committed
ENH: Use TotalSegmentator 5.6 branch
Latest main version of TotalSegmentator depends on NNUNet extension (lassoan/SlicerTotalSegmentator@c5421de), which is not available for Slicer-5.6.
1 parent 45b80e7 commit 47f8c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TotalSegmentator.s4ext

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This is source code manager
88
scm git
99
scmurl https://github.com/lassoan/SlicerTotalSegmentator
10-
scmrevision main
10+
scmrevision 5.6
1111

1212
# list dependencies
1313
# - These should be names of other modules that have .s4ext files
@@ -28,7 +28,7 @@ contributors Andras Lasso (PerkLab, Queen's University)
2828
category Segmentation
2929

3030
# url to icon (png, size 128x128 pixels)
31-
iconurl https://raw.githubusercontent.com/lassoan/SlicerTotalSegmentator/main/TotalSegmentator.png
31+
iconurl https://raw.githubusercontent.com/lassoan/SlicerTotalSegmentator/5.6/TotalSegmentator.png
3232

3333
# Give people an idea what to expect from this code
3434
# - Is it just a test or something you stand behind?
@@ -38,7 +38,7 @@ status
3838
description Fully automatic whole-body CT segmentation of 104 structures, using TotalSegmentator AI model.
3939

4040
# Space separated list of urls
41-
screenshoturls https://raw.githubusercontent.com/lassoan/SlicerTotalSegmentator/main/Screenshot01.jpg
41+
screenshoturls https://raw.githubusercontent.com/lassoan/SlicerTotalSegmentator/5.6/Screenshot01.jpg
4242

4343
# 0 or 1: Define if the extension should be enabled after its installation.
4444
enabled 1

0 commit comments

Comments
 (0)