Thor Watanabe
Thor Watanabe
Does anyone refer to Idein's py-videocore6? https://github.com/Idein/py-videocore6 It may be useful for VC6CL.
OpenCL-enabled OpenCV is located in my Github; https://github.com/thortex/rpi3-opencv/ https://github.com/thortex/rpi3-opencv/releases/tag/v3.4.2-opencl I'm testing original test cases provided by OpenCV; https://github.com/thortex/rpi3-vc4cl/ https://github.com/thortex/rpi3-vc4cl/releases https://github.com/thortex/rpi3-vc4cl/tree/master/test/opencv There are 16,182 tests from 132 test cases. I've run...
[log.arith.zip](https://github.com/doe300/VC4CL/files/2237715/log.arith.zip) I attached OpenCL Arithmetic test result of OpenCV 3.4.2 above. Warning/Error summary is listed below: - Warning: OpenCV uses clGetProgramInfo API to save OpenCL program cache. ``` [ WARN:0]...
Hi spinoza1791 , I think it won't work yet. We have to debug VC4CL properly to run OpenCV in OpenCL mode.
Thanks @doe300, I checked the following fails: > Line#1103: ./modules/core/test/ocl/test_arithm.cpp:179: Failure (Add/Subtract/Multiply) And I found failure patterns: - signed 8-bit data type matrix operation is OK, but unsigned 8-bit is...
[mini.zip](https://github.com/doe300/VC4CL/files/2259720/mini.zip) I attached mini.zip (including six test results for matrix add arithmetic operation). ``` CPU only: Matrix src1 + Matrix src2 = Matrix dst1 OpenCL (VC4CL): Matrix usrc1 + Matrix...
Thanks doe300!!! I'll also check other tests with bedb33c8d6241bab60e9ca3954b20faf8fbf7af3.
Also updated: https://github.com/thortex/rpi3-opencv/releases/tag/v4.0.1
@abhiTronix I used the dynamic load feature of OpenCV.
@abhiTronix, thanks for your reviewing. I added ICD OpenCL library dependency in https://github.com/thortex/rpi3-opencv/commit/d35998fcdbac12de17856c82b7204656b2631a94 This release depends on https://github.com/thortex/rpi3-vc4cl/