SenHe / Flow-Style-VTON

Other
278 stars 46 forks source link

Issue with downloading a VGG19 checkpoint. #26

Open SHShim0513 opened 2 years ago

SHShim0513 commented 2 years ago

Hello,

First, thank you for sharing your great work!

I have a question as below:

The torchvision automatically download a VGG-19 ckpt, but why should I downloaded the pretrained VGG-19 ckpt and put into a "train/models/"?

Is a VGG-19 ckpt in a readme's link different with the torchvision's automatically downloaded VGG-19 ckpt?

Thank you in advance.