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 checkpoint file #31

Closed
universefall opened this issue May 15, 2019 · 24 comments
Closed

no checkpoint file #31

universefall opened this issue May 15, 2019 · 24 comments

Comments

@universefall
Copy link

Hello,I run the command "python run_webcam.py atom default".But shows:
Traceback (most recent call last):
File "run_webcam.py", line 35, in
main()
File "run_webcam.py", line 31, in main
run_webcam(args.tracker_name, args.tracker_param, args.debug)
File "run_webcam.py", line 20, in run_webcam
tracker.run_webcam(debug)
File "../pytracking/evaluation/tracker.py", line 94, in run_webcam
tracker.track_webcam()
File "../pytracking/tracker/base/basetracker.py", line 179, in track_webcam
self.initialize_features()
File "../pytracking/tracker/atom/atom.py", line 19, in initialize_features
self.params.features.initialize()
File "../pytracking/features/extractor.py", line 16, in initialize
f.initialize()
File "../pytracking/features/deep.py", line 95, in initialize
self.net, _ = load_network(net_path_full, backbone_pretrained=False)
File "../ltr/admin/loading.py", line 36, in load_network
raise Exception('No matching checkpoint file found')
Exception: No matching checkpoint file found

I check the model file in /networks, it is there. and the local.py shows that "settings.network_path = '/home/bill/Documents/pytracking/pytracking/networks/'",however the probelm still happen.

@universefall
Copy link
Author

I didn't unzip it

@universefall
Copy link
Author

when I run eco, it works. the eco model file is in the same directory with atom model. But when I run with atom, it fails.

@WenjieYan1997
Copy link

you shou change the name from atom_default.pth.tar to atom_default.pth

@buaaswf
Copy link

buaaswf commented May 20, 2019

you shou change the name from atom_default.pth.tar to atom_default.pth

However, it cannot work

@dulibubai
Copy link

the link of the pre_trained id 404 not found in the install.sh file

1 similar comment
@dulibubai
Copy link

the link of the pre_trained id 404 not found in the install.sh file

@dulibubai
Copy link

can you provide the valid links of the models ,Thanks very much!

@universefall
Copy link
Author

#31 (comment)
Ok, I’ll share with you later.

@dulibubai
Copy link

dulibubai commented Jun 19, 2019 via email

@universefall
Copy link
Author

Thanks

------------------ 原始邮件 ------------------ 发件人: "Bill"notifications@github.com; 发送时间: 2019年6月19日(星期三) 中午12:13 收件人: "visionml/pytracking"pytracking@noreply.github.com; 抄送: "唯我杜尊"1257618212@qq.com; "Comment"comment@noreply.github.com; 主题: Re: [visionml/pytracking] no checkpoint file (#31) #31 (comment) Ok, I’ll share with you later. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

https://pan.baidu.com/s/10tdzt5Sw8lazEegHVCLj9g
提取码: p8mc

@dulibubai
Copy link

dulibubai commented Jun 19, 2019 via email

@dulibubai
Copy link

Excuse me, can you give me the model of eco ?Thanks again!

@universefall
Copy link
Author

Excuse me, can you give me the model of eco ?Thanks again!

https://pan.baidu.com/s/12r3NHUj4crX1CpDV9jZHhw
提取码: ecbh

@goutamgmb
Copy link
Contributor

@universefall Thanks a lot for sharing the models on baidu!

@QIQIVTrackingY
Copy link

Excuse me, can you provide me the with the model of atom?

@universefall
Copy link
Author

Excuse me, can you provide me the with the model of atom?

Link:https://pan.baidu.com/s/1sqkyIxxPO4jGEZRIp2Bxfg
Password:7dq0

@Terry1iu
Copy link

Terry1iu commented Jun 3, 2020

Excuse me
Have you solved this problem yet?
I met the same situation, could you please tell me the solution?

@berkantay
Copy link

I am having the same issue where are the model files and where should the be placed?

@eladmeir
Copy link

The Baidu link for ECO pre trained weights is broken, can someone please provide a new one?
Maybe add it also to the google drive folder where all the others can be found?

Thanks

@Fanthers
Copy link

I am having the same issue, but i use kys

@eladmeir
Copy link

@Fanthers
You can find KYS' pre-trained weights, with most of the others, on
https://drive.google.com/drive/folders/1WGNcats9lpQpGjAmq0s0UwO6n22fxvKi?usp=sharing

@Fanthers
Copy link

@Fanthers
You can find KYS' pre-trained weights, with most of the others, on
https://drive.google.com/drive/folders/1WGNcats9lpQpGjAmq0s0UwO6n22fxvKi?usp=sharing

ok, thank you!

@han-0111
Copy link

han-0111 commented Apr 7, 2023

Hello,I run the command "python run_webcam.py atom default".But shows: Traceback (most recent call last): File "run_webcam.py", line 35, in main() File "run_webcam.py", line 31, in main run_webcam(args.tracker_name, args.tracker_param, args.debug) File "run_webcam.py", line 20, in run_webcam tracker.run_webcam(debug) File "../pytracking/evaluation/tracker.py", line 94, in run_webcam tracker.track_webcam() File "../pytracking/tracker/base/basetracker.py", line 179, in track_webcam self.initialize_features() File "../pytracking/tracker/atom/atom.py", line 19, in initialize_features self.params.features.initialize() File "../pytracking/features/extractor.py", line 16, in initialize f.initialize() File "../pytracking/features/deep.py", line 95, in initialize self.net, _ = load_network(net_path_full, backbone_pretrained=False) File "../ltr/admin/loading.py", line 36, in load_network raise Exception('No matching checkpoint file found') Exception: No matching checkpoint file found

I check the model file in /networks, it is there. and the local.py shows that "settings.network_path = '/home/bill/Documents/pytracking/pytracking/networks/'",however the probelm still happen.

Have you solved this issue? I'm having a similar problem with keeptrack. I would be grateful if you could share your experience.Thanks

@Obadahheyari
Copy link

did anyone solve the issue i keep getting this error and cant find the network file :(
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

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