-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Segmentation fault when using tensorflow and tesseract together with opencv #260
Comments
Can you please share the minimum code example that I can use to reproduce this issue? |
here is my
here is my |
I can confirm the issue, that's really weird indeed. It's reproducible using the repository version of OpenCV under Ubuntu 20.08, but I can't reproduce it on my local machine for example. There is even no need to call any tensorflow functions, just |
I've run into this same issue on arch linux using the opencv from pacman, but if I build opencv myself and link that in it works fine. |
hi @twistedfall |
imread
!
@slavb18 Not really, it's a very difficult thing to debug. Workaround by building the OpenCV from source should work |
I'm getting
segmentation fault (core dumped)
while reading image from path usingimread
. i've noticed weird thing if i importtensorflow
lib then only i'm getting this errorand if i remove
imread
code and just printtensorflow
version using this linethen it's working fine
The text was updated successfully, but these errors were encountered: