SiamMask icon indicating copy to clipboard operation
SiamMask copied to clipboard

eval.py

Open mengmeng18 opened this issue 5 years ago • 2 comments

when i run eval.py, i got an error assert len(trackers)>0,how can i fix this

mengmeng18 avatar Jun 10 '19 03:06 mengmeng18

Because you do not test the model. First you have to test the model by running test.sh and it will create a test folder including evaluated data with trackers. Afterwards, you can evaluate. I have also faced the same problem and fixed as I mentioned above.

Bayrambai avatar Jun 10 '19 07:06 Bayrambai

when i run eval.py, i got an error assert len(trackers)>0,how can i fix this

Please use the following line, note that you need to download json file for eval toolkit of VOT dataset: python3 eval.py
--dataset VOT2018
--num 20 --tracker_prefix C
--result_dir ./result/VOT2018/ 2>&1 | tee logs/eval_tune_$dataset.log

kaizen0890 avatar Apr 27 '20 16:04 kaizen0890