Andras Lasso

Results 869 comments of Andras Lasso

The issue is not that you use Windows11 but that you use Python-3.9. I have run into the same issue. The problem was easy to fix (just use get method...

If it helps at all, for me, with Python-3.9 MONAILabel failed on this line: https://github.com/Project-MONAI/MONAILabel/blob/1fe0e8f373a5f7a613d511aa2ab02946c67d6c04/monailabel/config.py#L20 I've tried installing various `importlib_metadata` versions but in the end I've fixed the issue by...

Two practical steps that could be implemented that would take us closer to these goals: 1. Label description file Start using a simple csv file format for describing labels, which...

Note that you don't need to scrape the dowoad site but you can get the information using a web API. For example, you can find release information here: https://download.slicer.org/find?os=win&stability=release It...

> in many cases people download the tar file from unknown sources As far as I know, download.slicer.org site is not blocked anywhere in the world. Why do you think...

I don't think we could add this to the Slicer core in its current form. We are open to further discuss this, but for now I'm closing this so that...

It is a crash in VTK, due to `vtkOpenGLContextDevice2D::DrawMarkers` is not prepared to get a nullptr for color array. Probably very little code to change is needed to fix this...

The github repository should be not for just volume rendering preset files (new .vp.json file format - WIP), but also color tables (new .csv files), volume display presets (VolumeDisplayPresets.json), and...

@muratmaga brought up the point that if we add a lot of new presets then we need a better way to browse them. For this, preset files should have metadata...

We should be able to do better then Google Slides. I added details here - https://github.com/Slicer/Slicer/issues/8174#issuecomment-2613349238