AssafSinger94 / dino-tracker

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

ModuleNotFoundError: No module named 'utils' #23

Closed wyclearnpy closed 1 month ago

wyclearnpy commented 1 month ago

I encountered the following error during the data preprocessing phase python ./preprocessing/main_preprocessing.py --config ./config/preprocessing.yaml --data-path ./dataset/horsejump/video ![Uploading image.png…]()

wyclearnpy commented 1 month ago

image

wyclearnpy commented 1 month ago

I have solved this problem

1chuanchuan commented 2 weeks ago

Hello, I would like to ask how do you solve this problem? Some of my methods it will default folder as package to execute, resulting in no solution to the problem.

wyclearnpy commented 1 week ago

My solution is to execute this code export PYTHONPATH=pwd:$PYTHONPATH (if you are on a linux system). If you are running this code on a Windows system: set PYTHONPATH=%cd%;%PYTHONPATH%