chenhsuanlin / inverse-compositional-STN

Inverse Compositional Spatial Transformer Networks :performing_arts: (CVPR 2017 oral)
MIT License
318 stars 63 forks source link

How to use combination like IC-STN-->CNN-->IC-STN-->CNN type of structure #12

Closed sumeetssaurav closed 5 years ago

chenhsuanlin commented 6 years ago

It should be straightforward -- you could possibly add a CNN on top of the final warped image from the first IC-STN, and the second IC-STN reads from the output of the CNN, and so on. We didn't experiment with this as it wasn't really the central narrative of the paper, but if you happened to try it out, let me know what you find!