lh-13
Results
3
comments of
lh-13
hello, have you solved it in the back?
hello, have you solved it in the back?
@GuoJingWeng @fxcdl 你们好,我也对这里输出结果的获取有些疑问,在test.py里还是用到了detail图像,也就是gt图像: fake_out = fake_out.detach().cpu() * mask + detail*(1-mask) 这里要怎么解释?