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

Run in real time with web cam #117

Closed mazisound closed 6 years ago

mazisound commented 6 years ago

Hi, I saw your videos on youtube and I want to try running the code in real time using a web cam. Could you please help me with? Maziar

nikolausmayer commented 6 years ago

Hi, sorry, but we don't have public code for that. I suggest you start from the run-flownet-many.py script and combine it with OpenCV code (to get webcam images and to display results). The flow color conversion for display is adapted from http://vision.middlebury.edu/flow/code/flow-code.zip

mazisound commented 6 years ago

Thank you very much Nikolaus.