sergeywong / cp-vton

Reimplemented code for "Toward Characteristic-Preserving Image-based Virtual Try-On Network"
MIT License
474 stars 182 forks source link

Is the tps RBF code error? #39

Open LiuYuZzz opened 3 years ago

LiuYuZzz commented 3 years ago

The code U = torch.mul(dist_squared,torch.log(dist_squared)) means r^2logr^2, but the tps RBF is r^2logr, is this an error?