Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python ./inference_grid.py --config ./config/train.yaml --data-path ./dataset/horsejump #4

Open
Aiades opened this issue Apr 13, 2024 · 2 comments

Comments

@Aiades
Copy link

Aiades commented Apr 13, 2024

(dino-tracker) C:\Users\Administrator\dino-tracker>python ./inference_grid.py --config ./config/train.yaml --data-path ./dataset/horsejump
Traceback (most recent call last):
File "C:\Users\Administrator\dino-tracker\inference_grid.py", line 54, in
run(args)
File "C:\Users\Administrator.conda\envs\dino-tracker\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "C:\Users\Administrator\dino-tracker\inference_grid.py", line 16, in run
model = dino_tracker.get_model()
File "C:\Users\Administrator\dino-tracker\dino_tracker.py", line 102, in get_model
model = Tracker(**tracker_args).to(device)
File "C:\Users\Administrator\dino-tracker\models\tracker.py", line 48, in init
self.load_dino_embed_video()
File "C:\Users\Administrator.conda\envs\dino-tracker\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "C:\Users\Administrator\dino-tracker\models\tracker.py", line 70, in load_dino_embed_video
assert os.path.exists(self.dino_embed_path)
AssertionError

@tnarek
Copy link
Collaborator

tnarek commented Apr 22, 2024

hi @Aiades, can you please send the output of the preprocessing script?

@LiYan0306
Copy link

@tnarek ,I'd meet the same problem, here are all output.
屏幕截图 2024-07-18 185540

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants