lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
Other
1k stars 318 forks source link

Matcaffe Interface #172

Closed nitba closed 6 years ago

nitba commented 6 years ago

Hi, I wrote run_flownet.py in matlab, and I could not get the same results, the only different that I notice is that dimension in prototxt file is read in different order from pycaffe in matcaffe, so I leave protoxt unchanged, and just changing the input order size but still results are not same, the apperance is same but the intensity of color is different, when I plot them I would appreciate your comment on that