roy-sr
Results
2
comments of
roy-sr
If I want to use DT2 what should I pass as arguments ? `self.dt2(Gxleft, Gyup, Gxright, Gydown) ? ` Please correct me if I am wrong.
Please change the line 94 as follows pcm = inputs['parse_cloth_mask'].cuda() Lwarp = criterionL1(warped_mask, pcm). I would recommend to change Lwarp = 3* criterionL1(warped_mask, pcm), as before the issue #50 the...