Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.76k stars 666 forks source link

swin_unetr_btcv_segmentation_3d: pre trained model download link broken #1672

Closed dyollb closed 5 months ago

dyollb commented 5 months ago

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:

KumoLiu commented 5 months ago

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.

dyollb commented 5 months ago

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

image

and here

image

KumoLiu commented 5 months ago

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

dyollb commented 5 months ago

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

bad_link_monai_tutorial