Replies: 1 comment
-
|
It works just fine on my machine without freezing, but I'm working on MacOS. Could you try to specify this option? viewer_options=gs.options.ViewerOptions(
[...],
run_in_thread=False,
), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why did the
cv2.imshow()freeze the command line progress?Reproduce code:
The script above only print this
enter cv2.imshow()And here is the debug LOG
But the matplotlib is fine to visualize the image.
Beta Was this translation helpful? Give feedback.
All reactions