From 0923775154a57207b5156baeb293a9a074ff1e2e Mon Sep 17 00:00:00 2001 From: Thibault Pelletier Date: Mon, 18 Mar 2024 14:43:19 +0100 Subject: [PATCH] ENH: Add Dental Segmentator * Fully automatic AI segmentation tool for Dental CT and CBCT scans based on DentalSegmentator nnU-Net model. --- DentalSegmentator.s4ext | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 DentalSegmentator.s4ext diff --git a/DentalSegmentator.s4ext b/DentalSegmentator.s4ext new file mode 100644 index 000000000..8465ad0e9 --- /dev/null +++ b/DentalSegmentator.s4ext @@ -0,0 +1,44 @@ +# +# First token of each non-comment line is the keyword and the rest of the line +# (including spaces) is the value. +# - the value can be blank +# + +# This is source code manager (i.e. svn) +scm git +scmurl https://github.com/gaudot/SlicerDentalSegmentator +scmrevision main + +# list dependencies +# - These should be names of other modules that have .s4ext files +# - The dependencies will be built first +depends NNUNet + +# Inner build directory (default is ".") +build_subdirectory . + +# homepage +homepage https://github.com/gaudot/SlicerDentalSegmentator + +# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2) +# For example: Jane Roe (Superware), John Doe (Lab1, Nowhere), Joe Bloggs (Noware) +contributors Gauthier DOT (AP-HP), Laurent GAJNY (ENSAM), Roman FENIOUX (KITWARE SAS), Thibault PELLETIER (KITWARE SAS) + +# Match category in the xml description of the module (where it shows up in Modules menu) +category Segmentation + +# url to icon (png, size 128x128 pixels) +iconurl https://github.com/gaudot/SlicerDentalSegmentator/raw/main/DentalSegmentator/Resources/Icons/DentalSegmentator_full_icon.png + +# Give people an idea what to expect from this code +# - Is it just a test or something you stand behind? +status + +# One line stating what the module does +description Fully automatic AI segmentation tool for Dental CT and CBCT scans based on DentalSegmentator nnU-Net model. + +# Space separated list of urls +screenshoturls https://github.com/gaudot/SlicerDentalSegmentator/raw/main/Screenshots/1.png + +# 0 or 1: Define if the extension should be enabled after its installation. +enabled 1