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
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 returnbash 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