Open JoHn9988 opened 1 year ago
I have fixed the problem above, and now the scenes extraction works well, but there's still some problems about extracting the key frames from each scene. Could you please take a look at the following logs? much thanks!
Traceback (most recent call last):
File "/Users/xxxx/Downloads/video-summarization-master/src/main.py", line 62, in
Hey, I have installed all the required packages but after I run the main.py, the system reminded me that No module named 'cv2', I have uninstalled and installed again the same packages, but still didn't work. Could you please help check it? much thanks!
File "/Users/xxxx/Downloads/video-summarization-master/src/main.py", line 4, in
from src.utils.inputVideo import InputVideo
File "/Users/xxxx/Downloads/video-summarization-master/src/utils/inputVideo.py", line 5, in
from src.utils.bow.vbow import BOV
File "/Users/xxxx/Downloads/video-summarization-master/src/utils/bow/vbow.py", line 1, in
import cv2
ModuleNotFoundError: No module named 'cv2'