WarBean / tps_stn_pytorch

PyTorch implementation of Spatial Transformer Network (STN) with Thin Plate Spline (TPS)
926 stars 155 forks source link

obvious difference in tps result of single_visualize.py comparing with "https://github.com/iwyoo/tf_ThinPlateSpline" #15

Closed Zhang-O closed 4 years ago

Zhang-O commented 4 years ago

I try to give the same input to your script and another tps version (https://github.com/iwyoo/tf_ThinPlateSpline/blob/master/test2.py). The results between them have obvious difference, I can not figure out why this happened. Have you ever compared your method with others?