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

No matching checkpoint file found #423

Closed
Obadahheyari opened this issue Feb 6, 2024 · 1 comment
Closed

No matching checkpoint file found #423

Obadahheyari opened this issue Feb 6, 2024 · 1 comment

Comments

@Obadahheyari
Copy link

i keep getting this error and dont know how to solve it

Traceback (most recent call last):
File "/home/obadah/Desktop/trackers/pytracking/run_webcam.py", line 41, in
main()
File "/home/obadah/Desktop/trackers/pytracking/run_webcam.py", line 37, in main
run_webcam(args.tracker_name, args.tracker_param, args.debug, visdom_info)
File "/home/obadah/Desktop/trackers/pytracking/run_webcam.py", line 22, in run_webcam
tracker.run_video_generic(debug=debug, visdom_info=visdom_info)
File "/home/obadah/Desktop/trackers/pytracking/pytracking/evaluation/tracker.py", line 285, in run_video_generic
tracker = MultiObjectWrapper(self.tracker_class, params, self.visdom, fast_load=True)
File "/home/obadah/Desktop/trackers/pytracking/pytracking/evaluation/multi_object_wrapper.py", line 21, in init
self.tracker_copy.initialize_features()
File "/home/obadah/Desktop/trackers/pytracking/pytracking/tracker/tomp/tomp.py", line 22, in initialize_features
self.params.net.initialize()
File "/home/obadah/Desktop/trackers/pytracking/pytracking/features/net_wrappers.py", line 53, in initialize
super().initialize()
File "/home/obadah/Desktop/trackers/pytracking/pytracking/features/net_wrappers.py", line 37, in initialize
self.load_network()
File "/home/obadah/Desktop/trackers/pytracking/pytracking/features/net_wrappers.py", line 31, in load_network
self.net = load_network(self.net_path, **self.net_kwargs)
File "/home/obadah/Desktop/trackers/pytracking/pytracking/utils/loading.py", line 31, in load_network
net, _ = ltr_loading.load_network(path_full, **kwargs)
File "/home/obadah/Desktop/trackers/pytracking/ltr/admin/loading.py", line 62, in load_network
raise Exception('No matching checkpoint file found')
Exception: No matching checkpoint file found

@AbdallahOmarAhmed
Copy link

you need to download the checkpoint from model zoo

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