Open Erze-ee opened 2 weeks ago
The question 'Can't find module named Utils' was be finished , but when i followed the step : " To run the preprocessing pipeline, run the following: python ./preprocessing/main_preprocessing.py \ --config ./config/preprocessing.yaml \ --data-path
How can i get these two '.pt' flies .
I use Pycharm to run the preprocessing pipeline.Then I got this error. The utils.py is under the DINO (dino) erze@erze:~/PycharmProjects/DINO$ python ./preprocessing/main_preprocessing.py --config ./config/preprocessing.yaml --data-path ./dataset/horsejump/ --utils ./utils.py Traceback (most recent call last): File "/home/erze/PycharmProjects/DINO/./preprocessing/main_preprocessing.py", line 6, in
from utils import add_config_paths
ModuleNotFoundError: No module named 'utils'