liruoteng / FlowNet

Modified Version of FlowNet, specifically for adversed environment optical flow
Other
113 stars 56 forks source link

error while run ./demo_flownet.py S data/0000000-img0.ppm data/0000000-img1.ppm #16

Closed whrljt closed 7 years ago

whrljt commented 7 years ago

I0627 14:53:11.230944 24143 net.cpp:460] conv1 <- input I0627 14:53:11.230948 24143 net.cpp:417] conv1 -> conv1 Aborted at 1498546391 (unix time) try "date -d @1498546391" if you are using GNU date PC: @ 0x7f67d21d704d caffe::CuDNNConvolutionLayer<>::LayerSetUp() SIGFPE (@0x7f67d21d704d) received by PID 24143 (TID 0x7f67d2eda740) from PID 18446744072939728973; stack trace: @ 0x7f67d05c54b0 (unknown) @ 0x7f67d21d704d caffe::CuDNNConvolutionLayer<>::LayerSetUp() @ 0x7f67d212999e caffe::Net<>::Init() @ 0x7f67d212ba63 caffe::Net<>::Net() @ 0x408be7 test() @ 0x4072f0 main @ 0x7f67d05b0830 __libc_start_main @ 0x407a59 _start @ 0x0 (unknown)

The resulting FLOW is stored in flownets-pred-NNNNNNN.flo ----------------------------------------------------------------------------------------------------------------------------------When I run ./demo_flownet.py S data/0000000-img0.ppm data/0000000-img1.ppm, this error happened, and no .flo result. How can I solve it?

liruoteng commented 7 years ago

Hi, the error looks like something related to CuDNN. Have you installed CuDNN in your env?

whrljt commented 7 years ago

Thank you for replying. I have installed CuDNN 6.0 in my computer.

liruoteng commented 7 years ago

Did you compile it with CuDNN enabled? You probably want to comment out engine: CUDNN and give it a demo run, to see whether it is because of CUDNN compatibility issue.