-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run error #33
Comments
OpenCV Error: Gpu API call (no kernel image is available for execution on the device) in call, file /home/shawxiao/opencv/opencv-2.4.13/modules/gpu/include/opencv2/gpu/device/detail/transform_detail.hpp, line 361 |
I saw your answers in github, and I tryed it but not worked, why? |
Hi, Did you solve this problem? |
计算力不匹配的问题 GPU arch/PTX archs都被设置为6.1 最后重新编译dense_flow |
./extract_gpu -f /home/shawxiao/Two-stream-Network/workspace/dense_flow/videos/test.avi -x /home/shawxiao/Two-stream-Network/workspace/dense_flow/tmp/flow_x -y /home/shawxiao/Two-stream-Network/workspace/dense_flow/tmp/flow_y -i /home/shawxiao/Two-stream-Network/workspace/dense_flow/tmp/image -b 20 -t 1 -d 0 -s 1 -o dir -w 256 -h 256
The text was updated successfully, but these errors were encountered: