YunLiu
YunLiu
Hi @JohnMasoner, it seems `monai/losses/aucm_loss.py` this file is empty, did you forget to push it?
After your new commit, maybe you can check the coding style to fix the flake8 error. ``` # optionally update the dependencies and dev tools python -m pip install -U...
Hi @JohnMasoner, flake8 error seems like issue mentioned in https://github.com/Project-MONAI/MONAI/issues/4975. It had been fixed, you can just update your code. Could you please also signed off to fix DCO.
> @KumoLiu , > > I seem to have made a mistake that I can't go back and I've introduced other people's commits. I am not familiar with the operation...
Hi @rijobro, I wonder why assign y.sum(1) to two different variables (n and sum_y). And I didn't find the definition of the mean of the observed data which needed by...
Hi @drbeh, @JHancox I'm still a bit missing the point, is MONAI's `ForegroundMask` not up to the task at the moment, and why? https://github.com/Project-MONAI/MONAI/blob/9689abf834f004f49ca59c7fe931caf258da0af7/monai/transforms/intensity/array.py#L2196
Hi @JHancox, I didn't quite understand what mean "Return a binary image with each pixel representing a tile", does it mean for each tile to return a binary image to...
Hi @sulaimanvesal, could you please provide more information like your MONAI version, your data and how you compute your Dice. And if you verify the network's data entry? To determine...
Hi @drbeh, I have reviewed items in the PR descriptions, check everything that I have already done, and removed irrelevant lines. Could you please help review this PR and let...
Hi @JHancox @Nic-Ma @drbeh @wyli, I have just added more unittests using the data @JHancox shared with me. Could you please help review it again, and let me know if...