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

VGG16 Weights #9

Closed jiaqiw01 closed 5 months ago

jiaqiw01 commented 9 months ago

Hi, I'm wondering if you have the vgg16.pt file as I cannot find it in the google drive or is it fine to use any vgg16 weights online? Thank you in advance!

jueqiw commented 9 months ago

Hi!

Thanks for your interest in our work! You can download the vgg16 weights from: https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/metrics/vgg16.pt

Please don't hesitate to let me know if you run into any issues when running the code.

Jueqi