ccHuang

Results 8 issues of ccHuang

I created my task with name of 'Task501_XXXX'. After running `nnUNet_convert_decathlon_task -i /xxx/Task501_XXXX`, an error occured as below: ![image](https://user-images.githubusercontent.com/26662685/177503729-fbbbd090-8c7a-47bd-ba16-589d89e98cd2.png) This might be because that previously the tasks were named with...

The training stage is well, consuming about 10 GB CPU memory. However, memory increases quickly once online eval (called by EvalCallback) starts, and amounts to 60G after several eval iterations....

Is it right to calculate the 3D hausdorff using Euclidean as below: ``` @numba.jit(nopython=True, fastmath=True) def euclidean(array_x, array_y): n = array_x.shape[0] m = array_x.shape[1] ret = 0. for i in...

Great work! Thank you for sharing this script repo publically. We would like to re-implement your networks for a research project. I have read this paper and the paper for...

Hi @faustomilletari , thanks for sharing the codes for this great work. I compiled V-net and 3D-Caffe as instructed in your guide. When running "python main -train -test", errors prompt...

It seems that the computation of the survival layer in `MCAT_Surv`([link](https://github.com/mahmoodlab/MCAT/blob/b9cca63be83c67de7f95308d54a58f80b78b0da1/models/model_coattn.py#L100)) is wrong, and `logits = self.classifier(h).unsqueeze(0)` should be `logits = self.classifier(h)`. With the old version, supposing that the `batch_size=6`...

I implemented `mRMRe.ensemble` using `exhaustive` method and got the first row of `scores` as `NA`. My label column is a binary factor ordered with "non-case" < "case". Thank you for...

**Description:** > I'm unable to install PyRadiomics on my Mac with an M2 chip (macOS Ventura). The installation fails during the build process, likely due to incompatible binary dependencies or...