AssafSinger94 / dino-tracker

Official Pytorch Implementation for “DINO-Tracker: Taming DINO for Self-Supervised Point Tracking in a Single Video”
MIT License
418 stars 40 forks source link

Can't find moudle named Utils #38

Open Erze-ee opened 2 weeks ago

Erze-ee commented 2 weeks ago

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'

Erze-ee commented 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 " ,the error is that no 'trajectories.pt' and 'dino_embed_video.pt'.

How can i get these two '.pt' flies .