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/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vgg16.npy

crazygirl1992 opened this issue · comments

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

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

oo ,iget it