-
Notifications
You must be signed in to change notification settings - Fork 63
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
Output window freezes! #3
Comments
Thank you for raising this issue, it is not one that I have come across before. I am working on an improved OpenCL implementation of the CVF at the moment, to solve the CL_OUT_OF_RESOURCES error and improve the execution time. |
Thanks for replying. 1-Passing -a STEREO_SGBM gave the same error. (without sudo) HCI: Error threshold set to 4. |
On Ubuntu 16.04, after building, and using this command below the output window appears and freezes...
./PRiMEStereoMatch image -l "/media/mohammad/새 볼륨/STEREO/PRiMEStereoMatch/data/Art/view1.png" -r "/media/mohammad/새 볼륨/STEREO/PRiMEStereoMatch/data/Art/view5.png" -a STEREO_SGBM
./PRiMEStereoMatch: /usr/local/cuda/lib64/libOpenCL.so.1: no version information available (required by ./PRiMEStereoMatch)
OpenCL Platform Information:
1.0 Device Type: GPU
1.1 Hardware version: OpenCL 1.2 CUDA
1.2 Software version: 384.111
1.3 OpenCL C version: OpenCL C 1.2
1.4 Parallel compute units: 9
1.5 Max Work Group Size: 0
1.6 Max Work Item Dimensions: 3
1.7 Max Global Memory Size: 3158900736
1.8 Image Support?: Yes
Starting Stereo Matching Application.
Input Source: Images
Parsing command-specific arguments.
User Dataset filenames provided.
Image command arguments parsed.
Global arguments:
Matching Algorithm: STEREO_SGBM
Loading User as the default dataset.
Loaded Left: /media/mohammad/새 볼륨/STEREO/PRiMEStereoMatch/data/Art/view1.png
Loaded Right: /media/mohammad/새 볼륨/STEREO/PRiMEStereoMatch/data/Art/view5.png
Setting up pthreads function constructors
Setting up OpenCL Environment
Number of devices available of each type:
CL_DEVICE_TYPE_CPU: 0
CL_DEVICE_TYPE_GPU: 1
CL_DEVICE_TYPE_ACCELERATOR: 0
Setting up OpenCL function constructors
Build log:
CVC_cl: OpenCL kernels created.
Build log:
CVF_cl: OpenCL kernel versions created in context.
Allocated OpenCL Buffers
Build log:
DispSel_cl: OpenCL kernels created.
Construction Complete
End of Preprocessing
StereoMatch Application Initialised
HCI: Error threshold set to 4.
DE Time: 49.15 ms
DE Time: 49.15 ms
BTW runninag as sudo since it gives OpenCL error: CL_OUT_OF_RESOURCES error if not.
The text was updated successfully, but these errors were encountered: