You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: