sampepose/flownet2-tf

Question about porting from caffe to Tensorflow

Closed this issue · 2 comments

Thank you very much for your excellent work! I just wonder how we can port a caffe model to Tensorflow (because I want to port another caffe model to Tensorflow)

Did you train FlowNet2 from the scratch, or use the original caffe model and port it?

Hi @sampepose
You mentioned that for training with Tensorflow "the code is there", and I saw train.py.
Have you used train.py to train a model with similar performance as the original caffe model?