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

ERROR on Compiling caffe #61

Closed letatanu closed 7 years ago

letatanu commented 7 years ago

I'm using Cuda: 8.0.61 Cudnn: 7.0 Ubuntu 16.04 When I compiled Caffe with Cudnn:=1, I got this error:

/usr/include/opencv2/gpu/gpu.hpp(432): error: vector is not a template

/usr/include/opencv2/gpu/gpu.hpp(438): error: vector is not a template

/usr/include/opencv2/gpu/gpu.hpp(1265): error: vector is not a template

Any idea? Thank you.

nikolausmayer commented 7 years ago

does this issue describe/solve your problem? https://github.com/liruoteng/FlowNet/issues/11

letatanu commented 7 years ago

I don't know if it is solved. I re-downloaded and compiled this project, this problem didn't show anymore.