Skip to content
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

Using locally available Python modules #3

Open
alphajoza opened this issue Jul 24, 2023 · 0 comments
Open

Using locally available Python modules #3

alphajoza opened this issue Jul 24, 2023 · 0 comments

Comments

@alphajoza
Copy link

I have CV2 available for the locally installed version of Python (3.10).

Is it possible to use them in Go side?

For example, how to run the following in Go side and get the image variable?

import cv2
image = cv2.imread("test.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant