BioMedAI-UCSC / InverseSR

[Early Accepted at MICCAI 2023] Pytorch Code of "InverseSR: 3D Brain MRI Super-Resolution Using a Latent Diffusion Model"
http://arxiv.org/abs/2308.12465
Apache License 2.0
50 stars 7 forks source link

where can I find the pretrained model? #16

Closed Willow-WYL closed 3 weeks ago

Willow-WYL commented 3 weeks ago

hi author! @jueqiw May i ask where i can find the pretrained model "vae and vgg"? I believe they are absent in your downloading link.

jueqiw commented 3 weeks ago

You can find those model vgg here: https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/metrics/vgg16.pt

The rest things you need should be able to find here: https://drive.google.com/drive/folders/110l68um6gUJzECIv0AyF-4Fcw0rrQgA9

Thanks!