Project-MONAI/tutorials

swin_unetr_btcv_segmentation_3d: pre trained model download link broken

dyollb opened this issue · 4 comments

Describe the bug

In the swin_unetr_btcv_segmentation_3d there are some links to download the pre-trained model. Unfortunately, these links are broken.

To Reproduce
Steps to reproduce the behavior:

  1. Go to swin_unetr_btcv_segmentation_3d
  2. Check the download for the pre-trained model (including wget commands)

Expected behavior
The download links are updated.

Comment
It seems some weights can be downloaded in the research contribution repo:

Hi @dyollb, thanks for your interest here.

The link works for me. Could you please try:
wget -O ./dataset_0.json 'https://drive.google.com/uc?export=download&id=1qcGh41p-rI3H_sQ0JwOAhNiQSXriQqGi'
Perhaps the reason is that you don't have a folder named data.

Thanks.

As I wrote in my report I am talking about the model weights, e.g.

image

and here

image

Apologies for my previous oversight. I've tried it again and the link for the weights can indeed be downloaded without any issue.

My bad: seems I copied the wget url incorrectly, but the other link is broken...

bad_link_monai_tutorial