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

学长方便问问您,如果只想利用前面的tps部分让图片旋转,损失函数应该怎么取比较合适呢

你好,很感谢你的工作。关于一篇论文《Robust scene Text recognition with automatic rectification》里面提到了得到tps的控制点 初始化时,有时候随机初始化时不work的,网络训练不会收敛。想问一下这个是什么情况呢?

Awesome for your repo I have a question: I warped my image with grid point and noisy point and it work perfect. When i have many points on original image...

index shouldn't be a tensor,it should be int type, otherwise, it will report a error: > KeyError: tensor(x)

hello! when I run python mnist_visualize.py --model unbounded_stn --angle 90 --grid_size 4, it appears following: create model with STN Traceback (most recent call last): File "mnist_visualize.py", line 47, in data_list...

great project! i succeeded to run the code on my own images with input size=28. I was trying to run the code using a different input size (e.g widht=height=300) As...

Hi, Thanks for sharing the code. It’s very helpful for my own research project. Is it possible to add a license (Eg MIT) so that I can properly cite your...