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

Modules mising? #1

Open
wizzo-gmb opened this issue Jun 10, 2022 · 1 comment
Open

Modules mising? #1

wizzo-gmb opened this issue Jun 10, 2022 · 1 comment

Comments

@wizzo-gmb
Copy link

Traceback (most recent call last): File "C:\Users\Trading\Documents\NFT Utilities\deepsing-master\deepsing-master\deepsing.py", line 9, in <module> from utils.deep_sing import DeepSing File "C:\Users\Trading\Documents\NFT Utilities\deepsing-master\deepsing-master\utils\deep_sing.py", line 2, in <module> from utils.gan_utils import feedforward_gan File "C:\Users\Trading\Documents\NFT Utilities\deepsing-master\deepsing-master\utils\gan_utils.py", line 3, in <module> from utils.video_utils import torch_to_cv2 File "C:\Users\Trading\Documents\NFT Utilities\deepsing-master\deepsing-master\utils\video_utils.py", line 1, in <module> import cv2 ModuleNotFoundError: No module named 'cv2'

am I missing something. Followed this install instructions.

@passalis
Copy link
Contributor

Hi, you need to install opencv, i.e., more or less do a pip install opencv-python depending on your python installation and setup.

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

2 participants