-
Thanks for your code. Can you release the Pre-trained Model? Thanks
-
**Describe the bug**
I can not run the following code without an error
**To Reproduce**
```
import torch
import numpy as np
from monai.networks.nets import SwinUNETR
net = SwinUNETR(img_si…
-
Thank you very much for your marvelous work!
However,
I followed your instructions in "Installation",
...
"Evaluation"
...
bash run_training_acdc.sh
I received these error messages.
---
…
-
Excuse me! Can I provide the BTCV dataset and trainer file?
-
Hi,
thanks four you excellent work.
The codebase does some postprocessing after validation to improve the results. Are your results based on the postprocessed results or without postprocessing?
T…
-
Dear all,
I tried to make a classification task of 3D brain images where I got a dice score >0.8 using DenseNet121, and I wanted to test whether I could improve it using ViT. When I tried the ViT …
-
Hello author, I'm really sorry, I want to ask a question about the ACDC dataset, the test set used by UNETR++ is 'patient089_frame01', 'patient089_frame10'
Does this count as one? However, there are …
-
**Describe the bug**
The `ViTAutoEnc` constructor hard-codes the output patch size to 4 in [this line](https://github.com/Project-MONAI/MONAI/blob/ae95bf920daad142bd8230580617a5e0a8d5d907/monai/netwo…
-
-
Hello, I reproduce the Lung dataset accuracy is only 73 points, which is very different from the original paper, can you provide the hyperparameter values of the training Lung dataset