pblatter / ettrack

Efficient Visual Tracking with Exemplar Transformers [WACV2023]
77 stars 6 forks source link

Can not find the checkpoint file #11

Open Abdelrahman-Elbadrawy opened 3 weeks ago

Abdelrahman-Elbadrawy commented 3 weeks ago

I get this error when I try to run the run_video code: File "run_video.py", line 38, in main() File "run_video.py", line 34, in main run_video(args.tracker_name, args.tracker_param,args.videofile, args.optional_box, args.debug, args.save_results) File "run_video.py", line 20, in run_video tracker.run_video(videofilepath=videofile, optional_box=optional_box, debug=debug, save_results=save_results) File "../pytracking/evaluation/tracker.py", line 257, in run_video tracker.initialize_features() File "../pytracking/tracker/et_tracker/et_tracker.py", line 18, in initialize_features self.params.net.initialize(self.params.model_name, checkpoint_epoch=checkpoint_epoch) File "../tracking/basic_model/et_tracker.py", line 124, in initialize load_lighttrack_model(model=self, model_name=model_name, checkpoint_epoch=checkpoint_epoch) File "../lib/utils/utils.py", line 179, in load_lighttrack_model load_checkpoint(model, checkpoint_path, strict=strict) File "../supernet_backbone/lib_back/utils/helpers.py", line 56, in load_checkpoint state_dict = load_state_dict(checkpoint_path, use_ema) File "../supernet_backbone/lib_back/utils/helpers.py", line 52, in load_state_dict raise FileNotFoundError() FileNotFoundError