reillytilbury / coppafish

Python version of iss software
MIT License
4 stars 2 forks source link

Pytorch affine transforms #254

Closed paulshuker closed 2 months ago

paulshuker commented 3 months ago
paulshuker commented 2 months ago

This has been optimised by affine transforming positions using matrix multiplication then using the pytorch grid_sample function to gather optical flow shifts with interpolation.