MaybeShewill-CV / attentive-gan-derainnet

Unofficial tensorflow implemention of "Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018) " model https://maybeshewill-cv.github.io/attentive-gan-derainnet/
MIT License
262 stars 83 forks source link

vgg16.npy #75

Closed crazygirl1992 closed 4 years ago

crazygirl1992 commented 4 years ago

pretrained_weights = np.load('./data/vgg16.npy', encoding='latin1').item()

how to obtain the vgg16.npy file when i train the code,thank you !

crazygirl1992 commented 4 years ago

oo ,iget it