Open takhtardeshirsoheib opened 3 years ago
what should we give as default to tracker_path , dataset and tracker_prefix ro ruv eval.py on OTB dataset? because this ( trackers = glob(os.path.join(args.tracker_path, args.dataset, args.tracker_prefix+'*')) )in eval.py line 34 confused me.
You can refer to our README.md, then you can simply set tracker_prefix to the name of the model you want to test.
what should we give as default to tracker_path , dataset and tracker_prefix ro ruv eval.py on OTB dataset? because this ( trackers = glob(os.path.join(args.tracker_path, args.dataset, args.tracker_prefix+'*')) )in eval.py line 34 confused me.