Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 367 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 367 Bytes

Spatial-Transformer-Networks

This is what I implemented Spatial Transformer Networks. This implementation refers to the work of others on github. I tried to simplify the code and came with a simple cnn network for testing. The code is based on tensorflow and is launched in eager mode to facilitate checking the entire process.