Andras Lasso
Andras Lasso
For example, PatientID is an auto-counter, which assigns simple integers to patients as IDs. These integers do not mean the same patients in `tempDb` and `slicer.dicomDatabase`. For example: ``` >>>...
"Patient ID" DICOM tag is different from the "PatientUID" database field. "Patient ID" may be anything (defined by the hospital) and is not guaranteed to uniquely identify a person (it...
Sorry for the delayed feeback. The extension cannot be built or packaged, because it does not follow the extension template. The most important thing is that the top-level CMakeLists.txt file...
This is so wrong in several aspects: - slicer.util functions should be used for displaying messages (they don't block execution in testing mode) - no need to exclude Windows or...
> It looks like it depends on pytorch3d, this means that this extension could probably updated to depend on SlicerPyTorch pytorch3d is a one-man project. The developer uses linux and...
It probably only worked because you are a developer and had a C++ compiler, CUDA SDK, etc. all set up on your computer.
Making your software work on an average computer (Windows, macOS, Linux / CPU, CUDA, or Apple MPS backend) is essential for your software to make an impact beyond publishing papers....
@GaelleLeroux Thanks for the consideration. Just a note on TotalSegmentator: one reason it is very widely used because it does not require a GPU, but it can run on CPU...
This Extensions Manager feature will probably take several months to implement and there areany higher-priority tasks, so it inot clear when development would start. But it's good that you have...
Sounds good to me. Just two suggestions: 1. Instead of --sem-temporary-dir we could simply use --temporaryDir. We already reserve special argument names without using any prefix (e.g., we use --logo...