Dženan Zukić

Results 653 comments of Dženan Zukić

I finally got around to take a look at the entire code, and this is the only remark I have.

> check the SimpleITK version ar startup and display a descriptive error message I think that would be sufficient. The possible culprit (in this instance) is https://github.com/bowang-lab/MedSAMSlicer or https://github.com/bingogome/samm.

@RafaelPalomar I forgot to share another function I created (a poor-man's version of your): ```py def addVerticesToPolyData(pointCloudName): """Add vertices to specified polydata to make the point cloud visible""" pc =...

FAILED examples/Simple Montage.ipynb:: - ImportError: libtbb.so.12: cannot open shared object file: No such file or directory

Trying to run this extension tries to install PyTorch and fails. If PyTorch is already installed (e.g. by installing [MONAIAuto3DSeg](https://github.com/lassoan/SlicerMONAIAuto3DSeg) and running it once), then this extension's GUI loads.

Welcome Hans! It must have been years since you last **opened** an issue. You mostly close them via PRs! Scratch that: you last [opened an issue in April](https://github.com/InsightSoftwareConsortium/ITK/issues?q=is%3Aissue+is%3Aopen+author%3Ahjmjohnson+sort%3Acreated-desc). @jhlegarreta what...

This sounds like WASM part needs to be updated to use a newer base image: ```log In file included from /work/wasm/morphological-contour-interpolation.cxx:24: /work/include/itkMorphologicalContourInterpolator.h:83:3: error: unknown type name 'itkOverrideGetNameOfClassMacro' 83 | itkOverrideGetNameOfClassMacro(MorphologicalContourInterpolator);...

Yes, it was [added](https://github.com/InsightSoftwareConsortium/ITK/pull/4373/commits/9925d9261792895aaa3ddd2ee929c44ec2bd82be) in Dec 2023.

It is there already in v5.4.0: https://github.com/InsightSoftwareConsortium/ITK/blob/v5.4.0/Modules/Core/Common/include/itkMacro.h#L463