Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

import cv2 problem #39

Closed
Matin-GorganSaraj opened this issue Apr 29, 2023 · 2 comments
Closed

import cv2 problem #39

Matin-GorganSaraj opened this issue Apr 29, 2023 · 2 comments

Comments

@Matin-GorganSaraj
Copy link

hello
when i run the pre-run of isce processing step i face with this problem ( not model named cv2 [i think it's opencv])
Screenshot (183)
when i check the code i see cv2 don't used in Stack.py then i delete the import cv2 line in Stack.py (line 1646) then this step run well !
Screenshot (184)
Screenshot (185)
and my question is , the changing into Stack.py can cause me any problem ?
With all regard
Matin

@alexisInSAR
Copy link
Owner

alexisInSAR commented May 1, 2023

I think the best solution is just to install cv2:

conda install opencv

or

pip3 install opencv-python

@Matin-GorganSaraj
Copy link
Author

yes i install opencv and it runs well , thank you for responding
but i have another quastion ; can i proccess with my gpu in isce2 , i think , i saw something on isce docu but i dont know how to do it.

Repository owner locked and limited conversation to collaborators May 1, 2023
@alexisInSAR alexisInSAR converted this issue into discussion #40 May 1, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants