We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there , i compiled the OpenCV 4.2.0 with centos 7 CUDA 8.0
cmake config
but when i python main.py --gpu i got an error
Retry gen_img: /home/w30002841/text_renderer/libs/gpu/GpuWrapper.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZTIN2cv12MatAllocatorE Traceback (most recent call last): File "main.py", line 75, in gen_img_retry return renderer.gen_img(img_index) File "/home/w30002841/text_renderer/textrenderer/renderer.py", line 80, in gen_img gpu=self.gpu) File "/home/w30002841/text_renderer/textrenderer/renderer.py", line 566, in apply_perspective_transform dst_img, M33, dst_img_pnts = transformer.transform_image(img, gpu) File "/home/w30002841/text_renderer/libs/math_utils.py", line 85, in transform_image dst = warpPerspective(src, M33, sl, gpu) File "/home/w30002841/text_renderer/libs/math_utils.py", line 58, in warpPerspective from libs.gpu.GpuWrapper import cudaWarpPerspectiveWrapper ImportError: /home/w30002841/text_renderer/libs/gpu/GpuWrapper.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZTIN2cv12MatAllocatorE
Please help me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there , i compiled the OpenCV 4.2.0 with centos 7 CUDA 8.0
cmake config
but when i python main.py --gpu
i got an error
Please help me
The text was updated successfully, but these errors were encountered: