gpu_flow
gpu_flow copied to clipboard
GPU based optical flow extraction in OpenCV
I am able to build successfully using OpenCV 3.4.3. However, when I run the program ```./compute_flow --gpuID=0 --type=1 --vid_path=../data/ --vid_path=../data/flow/ --stride=2``` I get the following error: ``` start_vid:1gpuID:0flow method: 1...
Hello, Have anyone build successfully this repo? it keeps giving me issues when building **Trial 1:** Using Opencv3.4 (latest version to date) gave me an issue regarding the "gpu.h" library,...
I faced a problem while compiling compute_flow.cpp,As follows: “/usr/include/opencv2/gpu/gpu.hpp:432:29: error: ‘vector’ does not name a type CV_EXPORTS void merge(const vector& src, GpuMat& dst, Stream& stream = Stream::Null()); ^ /usr/include/opencv2/gpu/gpu.hpp:432:35: error:...
Hello Christoph, First of all, thank you very much for releasing the tool. It's of great help to researchers like us. Currenly, I wish to run it with Opencv 3.1...
when i compute flow, i encounter the problem of "OpenCV Error: Gpu API call (invalid device function) in call, file /home/lei/opencvqt/opencv2.4.10/modules/gpu/include/opencv2/gpu/device/detail/transform_detail.hpp, line 361 terminate called after throwing an instance of...
Assigns to the `fx` file descriptor in a larger scope, preventing a write to a NULL file descriptor when `bins=true`. This fixes issue #18 .
System information (version) `OpenCV = :2.4.9.1 Python = :2.7.12 Operating System / Platform => :ubuntu 16.04 Compiler => :` Detailed description I am following the steps from README.txt to build...
I solved my qt path bug,but this occur some errors again: make[2]: *** [CMakeFiles/compute_flow.dir/compute_flow.o] Error 1 make[1]: *** [CMakeFiles/compute_flow.dir/all] Error 2 make: *** [all] Error 2 I didn't know whether...
Here is the log: > [ 33%] Automatic moc for target compute_flow > [ 33%] Built target compute_flow_automoc > Scanning dependencies of target compute_flow > [ 66%] Building CXX object...
OpenCV3 Make
Hi, My computer's setup is Ubuntu 14.04, Cuda 8, CuDNN 5 and OpenCV 3.2.0. I faced a problem while compiling compute_flow.cpp. I think after OpenCv 2.4 the gpu module had...