deepsing-ai / deepsing

Generating Sentiment-aware Visual Stories using Cross-modal Music Translation
Other
67 stars 10 forks source link

Modules mising? #1

Open wizzo-gmb opened 2 years ago

wizzo-gmb commented 2 years ago

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 commented 2 years ago

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