Skip to content

Commit

Permalink
Link fixes for DAE (#401)
Browse files Browse the repository at this point in the history
Weights and Json file links were broken for DAE

---------

Signed-off-by: Vishwesh Nath <[email protected]>
Co-authored-by: Mingxin Zheng <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 77691cb commit aba3a68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion DAE/BTCV_Finetune/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ pip install -r requirements.txt

The main fineuning exps are based on Swin UNETR architecture.

All json files and pre-trained model weights can be downloaded from this ([Link](https://drive.google.com/drive/folders/1_EFLbOWn8E6fVUnFVfT4BNNFMlz7RCpM?usp=sharing))
All json files and pre-trained model weights can be downloaded from the below
([DAE_SSL_Weights](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/DAE_SSL_WEIGHTS.zip))
([Feta Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/data_folds_feta_json.zip))
([BTCV Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/json_data_folds_btcv.zip))
([Pretraining Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/pretrain_jsons.zip))

Sample Code:

Expand Down
6 changes: 5 additions & 1 deletion DAE/Feta_Finetune/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ pip install -r requirements.txt

The main fineuning exps are based on Swin UNETR architecture.

All json files and pre-trained model weights can be downloaded from this ([Link](https://drive.google.com/drive/folders/1_EFLbOWn8E6fVUnFVfT4BNNFMlz7RCpM?usp=sharing))
All json files and pre-trained model weights can be downloaded from the below
([DAE_SSL_Weights](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/DAE_SSL_WEIGHTS.zip))
([Feta Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/data_folds_feta_json.zip))
([BTCV Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/json_data_folds_btcv.zip))
([Pretraining Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/pretrain_jsons.zip))

Sample Code:

Expand Down
6 changes: 5 additions & 1 deletion DAE/Pretrain_full_contrast/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ Below is a list of datasets that have been used. We have included a list of json

## Model Weights

All json files and model weights can be downloaded from this ([Link](https://drive.google.com/drive/folders/1_EFLbOWn8E6fVUnFVfT4BNNFMlz7RCpM?usp=sharing))
All json files and pre-trained model weights can be downloaded from the below
([DAE_SSL_Weights](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/DAE_SSL_WEIGHTS.zip))
([Feta Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/data_folds_feta_json.zip))
([BTCV Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/json_data_folds_btcv.zip))
([Pretraining Json](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/dae_weights_midl_2024/pretrain_jsons.zip))

Bibtex:
```commandline
Expand Down

0 comments on commit aba3a68

Please sign in to comment.