tps_stn_pytorch icon indicating copy to clipboard operation
tps_stn_pytorch copied to clipboard

PyTorch implementation of Spatial Transformer Network (STN) with Thin Plate Spline (TPS)

Results 12 tps_stn_pytorch issues
Sort by recently updated
recently updated
newest added

what is the meaning of span_range? Many thanks for kind help!

In the args list, you set the grid_size with default value of 4. Then you named two args - args.height, args.width- and set their values according to the grid_size. However,...