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 ran the program dataset/preprocess.py, I caught the error below.
$ python3 dataset/preprocess.py
Traceback (most recent call last):
File "dataset/preprocess.py", line 10, in <module>
from .params.params import path_to_mp4, path_to_preprocess
ModuleNotFoundError: No module named '__main__.params'; '__main__' is not a package
The text was updated successfully, but these errors were encountered:
When I ran the program
dataset/preprocess.py
, I caught the error below.The text was updated successfully, but these errors were encountered: