csxmli2016 / DFDNet

Blind Face Restoration via Deep Multi-scale Component Dictionaries (ECCV 2020)
914 stars 216 forks source link

How to get a pretrained VGGFace2 model?? #50

Closed SongDoHou closed 3 years ago

SongDoHou commented 3 years ago

Hi, How can I get a VGG-19 model file which is pretrained VGG-Face2 dataset??

Because I want to try construct dictionaries but I can find only VGG-16 model on the VGGFace2 website.

csxmli2016 commented 3 years ago

Hi, How can I get a VGG-19 model file which is pretrained VGG-Face2 dataset??

Because I want to try construct dictionaries but I can find only VGG-16 model on the VGGFace2 website.

Hi, you can train it by yourself with the VggFace2 datasets.