feichtenhofer / gpu_flow

GPU based optical flow extraction in OpenCV
427 stars 109 forks source link

Can't use after installation #10

Open bigredbug47 opened 6 years ago

bigredbug47 commented 6 years ago

Hello Christoph Feichtenhofer, I have installed all requirements and nothing came errors when I installed. But when I run this code in your example ./brox_flow gpuID=0 type=1 it's return bash no such file or directory. (I created all required folder too) And I then tried run /gpu_flow/build$ ./compute_flow gpuID=0 type=1 And it returned *** Error in './compute_flow': realloc(): invalid pointer: 0x00007f3fe138e840 *** Aborted (core dumped) So what happened with my case, I cant find the issue with that error, all answers is about code and pointer in C/C++. Thank in advance