-
Dear Authors,
I have a question about the structure of UNETR.
I am now trying to segment a 3D volume image of 512x512x400~512x512x700.
Since the embedding is done in a size of 768, is it possible…
-
Hi there,
In the Swin UNETR scripts, e.g., https://github.com/Project-MONAI/research-contributions/blob/main/SwinUNETR/BRATS21/main.py, `torch.multiprocessing.spawn` is used for launching distribut…
-
- [x] https://docs.monai.io/en/stable/networks.html#unet
- [ ] https://docs.monai.io/en/stable/networks.html#dynunet
- [ ] https://docs.monai.io/en/stable/networks.html#basicunet
- [ ] https://docs…
-
```python
```
### Ensure we are using caudate to its full potential
```python
from lightning.pytorch.callbacks import DeviceStatsMonitor
trainer = Trainer(callbacks=[DeviceStatsMonitor()])
…
-
Dear authors,
thanks a lot for your work. It is great to see the code and the weights for the proposed approach. May I ask if you could share weights for other approaches in the paper? E.g. the SWI…
-
**Description**
I think there's an error when padding input for the patch merging layer in the Swin Transformer part of Swin Unetr.
More specifically, in _swin_unetr.py, line 697_, the input is padd…
-
**Describe the bug**
log: https://github.com/Project-MONAI/MONAI/runs/3073470810?check_suite_focus=true
```
Running ./3d_segmentation/unetr_btcv_segmentation_3d.ipynb
Checking PEP8 compliance...
…
-
**Describe the bug**
I evaluated BTCV dataset using below SwinUNETR codes and pre-trained model of 'Swin UNETR/Base' (swin_unetr.base_5000ep_f48_lr2e-4_pretrained.pt)
https://github.com/Project-MONA…
-
##### Tasks
- [ ] code to aggregate over multiple seeds
-
Thanks for ur great job, I'm trying apply it on 2D images which were created by 3D datas of Brats2019. All of them has the shape of (160, 160). Therefore, I set them in the same folder.Dataset is ok, …