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
When I run python gui.py, it outputs Traceback (most recent call last): File "C:\Users\YourName\Videos\Video_Sub_Extractor\gui.py", line 17, in <module> from main import SubtitleDetector, SubtitleExtractor File "C:\Users\YourName\Videos\Video_Sub_Extractor\main.py", line 11, in <module> from utilities.frames_to_text import extract_bboxes, frames_to_text, download_models File "C:\Users\YourName\Videos\Video_Sub_Extractor\utilities\frames_to_text.py", line 5, in <module> import paddle ModuleNotFoundError: No module named 'paddle'
The text was updated successfully, but these errors were encountered:
When I run
python gui.py
, it outputsTraceback (most recent call last): File "C:\Users\YourName\Videos\Video_Sub_Extractor\gui.py", line 17, in <module> from main import SubtitleDetector, SubtitleExtractor File "C:\Users\YourName\Videos\Video_Sub_Extractor\main.py", line 11, in <module> from utilities.frames_to_text import extract_bboxes, frames_to_text, download_models File "C:\Users\YourName\Videos\Video_Sub_Extractor\utilities\frames_to_text.py", line 5, in <module> import paddle ModuleNotFoundError: No module named 'paddle'
The text was updated successfully, but these errors were encountered: