Yoriyuki Kitta
Yoriyuki Kitta
We may possibly mistake how to use NPP functions. In haste, try using following patch that stop using NPP. (I haven't check well.) ```diff diff --git a/sample/image/CMakeLists.txt b/sample/image/CMakeLists.txt index 56c03d2..a61c287...
Thank you for pointing out! You are right. The current code will cause out-of-range access. We used NPP library incorrectly. Although this library is flexible, but slow in specific case....
Hi. I'm sorry for missing description about CMake version. CMake version 3.10 supports NPP of CUDA9.x. So, try with CMake 3.10 or later. (I could build with CMake 3.10.3) https://gitlab.kitware.com/cmake/cmake/commit/16589bf46f71a342ff88ac4566b5ed1ee106b33f
I'm sorry for replying late. ZED SDK was updated, but we haven't change the demo yet. There is a PR(#12) about upgrading demo for ZED SDK 2.0. This may help...
Hi @tonifds Do you called dummy CUDA API? In first CUDA call, initialization also runs. cf. https://github.com/fixstars/libSGM/issues/6#issuecomment-275967231
Hi, sorry for reply late. What kind of environment do you use? Ubuntu 12.04 / CUDA 6.0? I'll check.
Sorry for replying late I tried building on Ubuntu 14.04 / CUDA 8.0. I built GLFW by myself and it worked. Try the following steps ```sh git clone https://github.com/glfw/glfw.git cd...
Hi, sorry for late reply. What is your environment? I wrote Dockerfile and tried to build: https://gist.github.com/ykitta-fixstars/2453056e7cc8f0d87087cd66c36e647e If you use Ubuntu 14.04 with CUDA 8.0, try build instructions in this...
Thank you for testing. I'm relieved to work sample application. > Does stereo_movie command need "img_c0_000000000.pgm" and "img_c1_000000000.pgm" files? Yes. stereo_movie reads file named xxx_000000000.pgm. And if you use "Ground...
Are you running over X forwarding? I have failed to run over X Forwarding and got the same error message (fail to init SGM Demo). I resolved it by using...