-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.2] Add QuickModelAlign extension #1940
Conversation
Require LICENSE.txt in the repository root, recommend MIT and Apache.
Allows running TotalSegmentator AI segmenter from Slicer. PyTorch and TotalSegmentator are installed in Slicer's Python environment and run natively, without docker.
* Add MUST-segmenter extension * Update MUST-segmenter - repository url - icon url - description - add more screenshot urls - dependencies * Update MUST-segmenter.s4ext
Update the description in ColocZStats.s4ext
Update icon URL and screenshot URLs
ExtraMarkups -> SlicerExtraMarkups.
It will be proposed in SlicerVMTK with a soft dependency on SlicerExtraMarkups.
This commit replaces the double space between screenshot urls for the SlicerLiver extension by single space. This was causing issues with the extension slideshow. Co-authored-by: James Butler <[email protected]>
Repository name is SlicerExtraMarkups, extension name is ExtraMarkups.
While translating Slicer to different languagues we noticed that a very specialized brain coordinate system transformation module (ACPCTransform) is still in Slicer core. This is an outlier, because all other domain-specific modules are now in extensions. To make translation and maintenance of Slicer core easier it makes sense to move ACPCTransform to an extension. Since there was no existing extension for generic neuroimaging modules, a new SlicerNeuro extension has been added. Since the extension only contains one module, it would not be that useful, so some other neuroimaging related extensions are added as dependencies, so the extension can serve as a starting point for users in this field (they need to install only one extension to get all). If more modules will be added to the extension then this may be revisited (extensions that are not actually required can be removed from the extension dependency list). Co-authored-by: Steve Pieper <[email protected]>
In the process of adding 'StenosisMeasurement3D' module to SlicerVMTK, a dependency on 'ExtraMarkups' extension is introduced. The s4ext file is hereby updated.
See https://autoscoperm.slicer.org/ Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
This is a follow-up of Slicer/Slicer@7f533d3d0
The master branch was renamed to main.
SlicerLikertDLrating extension for fast clinician review of Deep-learning-generated masks using Likert-type score (4 Scale, 1: Acceptable, no changes; 2: Acceptable, minor changes; 3: Unacceptable, major changes; 4: Unacceptable, not visible/wrong location), with segment editor functionality. The dataset loads in one batch with no need to load masks and volumes separately. The results are saved in a CSV file, which can be used for further analysis.
* Add new extension AI Assisted BUS Diagnosis * change the new extension name to SlicerAIBreastUSDiagnosis * remove old * change the new extension name to BreastUltrasoundAnalysis * update: depend on PyTorch
The underlying GitHub project was renamed Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
Am not sure how to resolve this conflict, could anyone please help, thanks! |
You will need to create a new branch off of https://github.com/Slicer/ExtensionsIndex/tree/5.2 and then add the same type changes that you made in the commit for #1941. Consult general git instructions on the web for additional help and relevant for your developer tools of choice. |
Sorry I'm quite new to github, not sure what this means.. |
I am closing this pull request, we will revisit once the extension has been integrated into the |
New extension
3d-slicer-extension
GitHub topic so that it is listed here. To edit topics, click the settings icon in the right side of "About" section header and enter3d-slicer-extension
in "Topics" and click "Save changes". To learn more about topics, read https://help.github.com/en/articles/about-topicsSettings
and in repository settings uncheckWiki
,Projects
, andDiscussions
(if they are currently not used)About
in the top-right corner of the repository main page and uncheckReleases
andPackages
(if they are currently not used)