jwlim / tracker_benchmark

265 stars 127 forks source link

some undefined variable and class? #29

Open laisimiao opened 4 years ago

laisimiao commented 4 years ago
  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!!