.
Me210400 opened this issue · 0 comments
When I try to run the run_video.py file, I get the following error:
Traceback (most recent call last):
File "run_video.py", line 37, in
main()
File "run_video.py", line 33, in main
run_video(args.tracker_name, args.tracker_param,args.videofile, args.debug, args.save_results)
File "run_video.py", line 20, in run_video
tracker.run_video(videofilepath=videofile, debug=debug, save_results=save_results)
File "../pytracking/evaluation/tracker.py", line 287, in run_video
tracker.initialize(frame, _build_init_info(init_state))
File "../pytracking/evaluation/multi_object_wrapper.py", line 112, in initialize
out = self.trackers[obj_id].initialize(image, init_info_split[obj_id])
File "../pytracking/tracker/transt/transt.py", line 68, in initialize
self.net.template(z_crop)
File "../pytracking/features/net_wrappers.py", line 73, in template
self.net.template(z)
TypeError: template() missing 1 required positional argument: 'feature_size'