Reimplementation in Tensorflow
prasangadhungel opened this issue · 1 comments
prasangadhungel commented
Thank you for the wonderful work on estimation optical flow using a neural network.
Relying on this, our team has also pulled out similar work in tensorflow. The architecture is available at: https://github.com/tukilabs/Video-Compression-Net/blob/master/utils/network.py (class SpyNetwork) and the pre-trained model is available at: https://github.com/tukilabs/Video-Compression-Net/blob/master/checkpoints/spymodel.pkl .
Thanks!
anuragranj commented
Thanks. I have linked your version in the readme.