xuexingyu24 / License_Plate_Detection_Pytorch

A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet
Other
641 stars 171 forks source link

STN #10

Open yutian11308023 opened 4 years ago

yutian11308023 commented 4 years ago

请问作者有研究下面两行代码不用pytorch的实现吗,比如用C/C++,python的实现? grid = F.affine_grid(theta, x.size()) x = F.grid_sample(x, grid)