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

Cannot find callable cotracker3_offline in hubconf #151

Open
xlei45 opened this issue Jan 26, 2025 · 0 comments
Open

Cannot find callable cotracker3_offline in hubconf #151

xlei45 opened this issue Jan 26, 2025 · 0 comments

Comments

@xlei45
Copy link

xlei45 commented Jan 26, 2025

Using cache found in /home/xxx/.cache/torch/hub/facebookresearch_co-tracker_main
Traceback (most recent call last):
File "/home/xxx/Project/co-tracker/demo.py", line 87, in
model = torch.hub.load("facebookresearch/co-tracker", "cotracker3_offline")
File "/home/xxxx/anaconda3/lib/python3.10/site-packages/torch/hub.py", line 647, in load
model = _load_local(repo_or_dir, model, *args, **kwargs)
File "/home/xxx/anaconda3/lib/python3.10/site-packages/torch/hub.py", line 675, in _load_local
entry = _load_entry_from_hubconf(hub_module, model)
File "/home/xxxx/anaconda3/lib/python3.10/site-packages/torch/hub.py", line 387, in _load_entry_from_hubconf
raise RuntimeError(f"Cannot find callable {model} in hubconf")
RuntimeError: Cannot find callable cotracker3_offline in hubconf

Any way to help with that?

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

1 participant