HuCaoFighting / Swin-Unet

[ECCVW 2022] The codes for the work "Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation"
1.69k stars 306 forks source link

Error while using pretrained model #89

Open abhi-vellala opened 1 year ago

abhi-vellala commented 1 year ago

Hi, I'm trying to use pretrained model. I downloaded the model and added it to path ./pretrained_ckpt/. It throws me an error saying no such file or directory: ./output/epoch_149.pth. My output directory is empty as I didn't train the model. I want to get the segmentations for my data. Please help how to fix this. Thank you.

a13049162951 commented 5 months ago

I also encountered this problem, how did you solve it?