switchablenorms / DeepFashion_Try_On

Official code for "Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR‘20 https://arxiv.org/abs/2003.05863
826 stars 251 forks source link

STN Second-Order Difference Constraint #56

Closed gauravkuppa closed 3 years ago

gauravkuppa commented 4 years ago

I am very impressed with the results of this paper, especially how effective the second-order constraint is at effectively warping cloths. However, I cannot seem to find it in the repository. Has anyone else found it? Where is this constraint implemented?

tasinislam21 commented 3 years ago

I have been asking the same question. I cannot find the snipped of the STN and the second-order constraint. @gauravkuppa, have you found it yet?

roy-sr commented 3 years ago

https://github.com/switchablenorms/DeepFashion_Try_On/blob/613f76468751d3a54181ddd012a3477c226601cf/ACGPN_train/models/networks.py#L1524-L1527