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

make error #34

Closed hondaathma closed 7 years ago

hondaathma commented 7 years ago

I am getting the following error while making the caffe : value=std::numeric_limits::max(); .tools/convert_imageset_and_disparity.cpp:156:51: error: expected ‘;’ before ‘short’

nikolausmayer commented 7 years ago

Try including this in the source file: #include <limits>