Closed alfred11235 closed 3 years ago
Looks like the OpenCL code you are compiling uses some features which are not yet implemented in th VC4C compiler
I see that the issue is still open. I too have an issue regarding this post and it seems that @ant2n has fixed it somehow in the mean time. Maybe @ant2n could help me out on the alpr + opencv4 implementation, would love to get in touch 😄
Sadly I haven't solved the problem yet. I'm using the alpr without the VC4CL. 😕
This particular issue should be fixed by now, see the linked commit. @TMekelenkamp, what kind of issues do you have?
Thanks for the replies! I'm stuck at the same point as @ant2n. Not as mentioned in this issue but with the ALPR package with opencv 4 to run on the openCL integration. And since I saw him working on an implementation of openALPR on a pi with openCL. And I figured this was the only way to contact him to maybe exchange info and work on it... 😅
So maybe it would be better if I get in touch with @ant2n to maybe check if we can fix it. And then this issue can be closed 😄
Hi, I compiled and installed the VC4CL on my raspberry pi 3 B+. My goal is to improve the openalpr library performance on my pi 3. I also compiled the opencv 4.0.1 and made the proper changes on the openalpr to run with this opencv version (small changes mostly on the names of some #define). Everything seems fine, the output of clinfo is ok. However, I'm having the following output when I execute my binary (my project has a .so with the openalpr and a binary that uses that library.):
I don't know what's wrong, it seems to be a problem with the LBP classifier ?