MrGiovanni / AbdomenAtlas

[NeurIPS 2023] AbdomenAtlas 1.0 (5,195 CT volumes + 9 annotated classes)
https://www.cs.jhu.edu/~alanlab/Pubs23/qu2023abdomenatlas.pdf
Other
217 stars 16 forks source link

Issue for Opening link of U-Net and Swin UNETR #10

Open zihao12Lian opened 1 week ago

zihao12Lian commented 1 week ago

Dear author,

Appreciate your work. Could you please update the link for pre-trainted model of U-Net and Swin UNETR? I cannot open it because links are not exsisted.

Best, zihao

zihao12Lian commented 6 days ago

I tried to use the instruction you provided to download the two pre-trained checkpoints, but I opened those .pth format and they are indeed html format, which means files in drobox are deleted.

cd pretrained_weights/ wget https://www.dropbox.com/s/po2zvqylwr0fuek/swin_unetr.base_5000ep_f48_lr2e-4_pretrained.pt wget https://www.dropbox.com/s/lh5kuyjxwjsxjpl/Genesis_Chest_CT.pt cd ../ cd pretrained_checkpoints/ wget https://www.dropbox.com/s/jdsodw2vemsy8sz/swinunetr.pth wget https://www.dropbox.com/s/lyunaue0wwhmv5w/unet.pth cd ..

image image

Mentholatum commented 6 days ago

@zihao12Lian I encountered the same issue; it seems the author of the CLIP-Driven-Universal-Model accidentally removed the corresponding project. You can try this link. But I'm not sure which backbone network's weights these are. If you know, please feel free to let me know.

MrGiovanni commented 5 days ago

Hi @Mentholatum and @zihao12Lian

Thanks for letting us know. The previous links were inactive. You can find all the weights from here: https://github.com/MrGiovanni/SuPreM?tab=readme-ov-file#a-suite-of-pre-trained-models-suprem

Best, Zongwei