anuragranj/spynet

Reimplementation in Tensorflow

prasangadhungel opened this issue · 1 comments

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!

Thanks. I have linked your version in the readme.