lmb-freiburg / flownet2-docker

Dockerfile and runscripts for FlowNet 2.0 (estimation of optical flow)
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
GNU General Public License v3.0
158 stars 52 forks source link

viewing the output #1

Closed nikky4D closed 7 years ago

nikky4D commented 7 years ago

Hi,

I have compiled and run a test sample. However, the output is in .flo format. Can you tell me how I can view the output, exporting it as a .png or other data file?

nikolausmayer commented 7 years ago

Hi nikky4D,

check this out (disclaimer: not our code): http://vision.middlebury.edu/flow/code/flow-code/ This compiles into a small executable which can convert .flo files into viewable images.

nikky4D commented 7 years ago

Great. Thank you.

sakherg commented 4 years ago

Hi, For python, there is this package that can do the job: https://github.com/georgegach/flowiz