menyifang / DCT-Net

Official implementation of "DCT-Net: Domain-Calibrated Translation for Portrait Stylization", SIGGRAPH 2022 (TOG); Multi-style cartoonization
Apache License 2.0
762 stars 75 forks source link

Missing model files 'pretrained_models/model_ir_se50.pth' #39

Closed haowg closed 1 year ago

haowg commented 1 year ago

There is a model in source/stylegan2/criteria/id_loss.py but I can't find it。

model_paths = '/data/vdb/qingyao/cartoon/mycode/pretrained_models/model_ir_se50.pth'

haowg commented 1 year ago

also can not find noise.pt in source/stylegan2/train_condition.py

menyifang commented 1 year ago

model_ir_se50.pth can be found in InsightFace_Pytorch; noise.pt has been added in source/stylegan2/noise.pt

haowg commented 1 year ago

thank you 大佬