hqucv / siamban

Siamese Box Adaptive Network for Visual Tracking
Apache License 2.0
279 stars 52 forks source link

problem on Evaluation of the OTB datset #46

Open takhtardeshirsoheib opened 3 years ago

takhtardeshirsoheib commented 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.

zeduchen commented 3 years ago

You can refer to our README.md, then you can simply set tracker_prefix to the name of the model you want to test.