Yu Ao

Results 6 issues of Yu Ao

solution: pip install h5py==2.10.0

Hello, sorry to bother you. When comparing Swin-UNetR and nnU-Net, I noticed that Swin-UNetR requires a significantly different maximum number of epochs for different segmentation tasks, while nnU-Net uses the...

![image](https://github.com/Dootmaan/MT-UNet/assets/28101192/4e4d383d-ffe9-4eb8-bf94-e2a4716fc4bf) Hello. Your paper is excellent, but I noticed a potential error in the experiment results of R50 Att-Unet in the ACDC experiment section. I calculated the average dice score...

class OverlapPatchEmbed(nn.Module): """ Image to Patch Embedding """ def __init__(self, img_size=224, patch_size=7, stride=4, in_chans=3, embed_dim=768): super().__init__() img_size = to_2tuple(img_size) patch_size = to_2tuple(patch_size) self.img_size = img_size self.patch_size = patch_size self.H, self.W...

Hi, Are there examples of custom datasets and then training on pysot? I couldn't find the documentation. It was too painful.

https://github.com/JiYuanFeng/AMOS/blob/90d506ea97d0bef2e9b5304b6bdbc45c047aa327/nnunet/experiment_planning/utils.py#L52C28-L52C28 Should I use nnUNet_raw_data instead of temp?