Andras Lasso
Andras Lasso
Probably the issue is that too many people are trying to access the https://raw.githubusercontent.com/Project-MONAI/model-zoo/dev/models/model_info.json file. Requiring users to create and specify github tokens would be very inconvenient. It would be...
If your module uses another then your module must return the name of that other module among dependencies of that module (in `dependencies()` method). These module dependencies are used for...
One important simplification would be to not require an additional Python environment, but use Slicer's Python environment for installing Pytorch and any other required dependencies. Usually we just `pip_install` what...
Thane for your reply. Now that we are aware of this issue, having a new nnunet release fixes the problem for our latest Slicer application releases, which the large majority...
> this will currently causes 2.2.1 installs to break Just to get some numbers, I queried nnunetv2 downloads in the past **3 days**: row | count | version -- |...
Awesome, thank you! > ill do it later today, I am just one guy with more work than the day has hours I know this feeling very well... thanks again!
I've reorganized the code to fix the extension packaging - please review and merge: https://github.com/Project-MONAI/SlicerMONAIViz/pull/6 After that I'll create the pull request to the ExtensionsIndex.
I've created a pull request - https://github.com/Slicer/ExtensionsIndex/pull/1917 Please address the non-completed items on the checklist. If it is not clear why I haven't checked out an item then ask in...
There are 4 different smoothing methods implemented in the Segment Editor in Slicer core. Would you be able to just use those? See examples here: https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#How_to_run_segment_editor_effects_from_a_script.
If you need segment-wise Gaussian smoothing then it is not even worth creating a CLI for that. You can just run through all the segments using a SimpleITK filter. If...