SiamMask
SiamMask copied to clipboard
eval.py
when i run eval.py, i got an error assert len(trackers)>0,how can i fix this
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.
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