jwlim / tracker_benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some undefined variable and class?

laisimiao opened this issue · comments

  1. in butil/load_results.py line63, there is an undefined class Attribute, should it be class Score?
  2. in butil/eval_results.py line84, there is an undefined variable precisionList, should it add after line55 like this: precisionList = []?
    Thank you for your reply as you are the benchmark providers!!