You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got the following outputs for the original image, noisy and noisy + low resolution:
original image as input
noisy image as input
noisy + low resolution image as input
From my understanding these reconstructions are fairly poor for the amount of pretraining that is done. Am I missing something in here? Can someone give me a direction?
I am trying to load the pretrained weights from the tutorial https://github.com/Project-MONAI/tutorials/blob/main/self_supervised_pretraining/vit_unetr_ssl/ssl_finetune.ipynb that were trained using the DAE method https://github.com/Project-MONAI/research-contributions/tree/main/DAE/Pretrain_full_contrast. The weights used are the "ssl_pretrained_weights.pth" available at https://github.com/Project-MONAI/MONAI-extra-test-data/releases.
When I run the following code to see how well I can reconstruct one sample for the HNSCC dataset:
`
`
I've got the following outputs for the original image, noisy and noisy + low resolution:
original image as input
noisy image as input
noisy + low resolution image as input
From my understanding these reconstructions are fairly poor for the amount of pretraining that is done. Am I missing something in here? Can someone give me a direction?
Many thanks
@tangy5
The text was updated successfully, but these errors were encountered: