BradyFU / DVG-Face

[TPAMI 2021] DVG-Face: Dual Variational Generation for Heterogeneous Face Recognition
MIT License
75 stars 15 forks source link

Discriminator and adversarial generation loss are not implemented in the code? #6

Open TimRuanwx opened 1 year ago

TimRuanwx commented 1 year ago

论文中提到的判别器和对抗生成loss在代码中没有看到相应的实现?

# all losses
            loss = loss_ort + loss_pix + loss_ip

which is inconsistent with

temp

moliqingwa commented 1 year ago

论文中提到的判别器和对抗生成loss在代码中没有看到相应的实现?

# all losses loss = loss_ort + loss_pix + loss_ip

which is inconsistent with

temp

同问,我也没看到