sshan-zhao / GASDA

Geometry-Aware Symmetric Domain Adaptation for Monocular Depth Estimation, CVPR 2019
133 stars 23 forks source link

FS Model & FT Model #11

Closed BIGWangYuDong closed 4 years ago

BIGWangYuDong commented 4 years ago

In Ft model, self.src_real_depth = input['src']['depth'].to(self.device) and in FS model, self.fake_tgt = self.netG_Src(self.src_img).detach() I thought the ft model and the fs model is Contrary.

sshan-zhao commented 4 years ago

In Ft model, self.src_real_depth = input['src']['depth'].to(self.device) and in FS model, self.fake_tgt = self.netG_Src(self.src_img).detach() I thought the ft model and the fs model is Contrary.

Yes, I just wrote like that at the beginning.