lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

Home Page:https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optical flow blank

zhanghaozhou opened this issue · comments

@nikolausmayer
Hi,
I'm testing your codes with the images provided in data examples. However, the output flow for all models are blank with [0,0] for all pixels. I find a similar issue with the same problem but it has not been resolved. Could you please give me some ideas to detect or fix this problem?

Thank you so much!!

Best regards,
Haozhou ZHANG

Unfortunately, we do not know the cause of this problem. It might be some weird incompatibility in a specific combination of Nvidia driver, CUDA, and CuDNN, but we have never reproduced the problem on our various setups and we have had a lot of different setups.

We cannot help in this case, sorry.

If you have further information, please feel free to enhance this issue, else I will close it as duplicate of #93.

@nikolausmayer
Hi nikolausmayer,

Thank you for your response. According to your advice, I finally solved this problem by changing my CUDA version from 7.5 to 8.0.

Thanks:)

Best regards,
Haozhou