Online Object Tracking Benchmark(OTB)目标跟踪系统评估方式

主要涉及到一些评估方式的讲解:

评估数据集:

OTB50OTB100(OTB50这里指OTB-2013,OTB100这里指OTB-2015)

  • Wu Y, Lim J, Yang M H. Online object tracking: A benchmark [C]// CVPR, 2013.
  • Wu Y, Lim J, Yang M H. Object tracking benchmark [J]. TPAMI, 2015.

Visual Tracker Benchmark:http://cvlab.hanyang.ac.kr/tracker_benchmark/datasets.html

评估方式:

Precision plot: percentages of frames whose estimated locations lie in a given threshold distance to ground-truth centers.

Success Plot: Let rt denote the area of tracked bounding box and ra denote the ground truth. An Overlap Score (OS) can be defined by S = |rt∩ra| |rt∪ra| where ∩ and ∩ are the intersection and union of two regions, and | · | counts the number of pixels in the corresponding area. Afterwards, a frame whose OS is larger than a threshold is termed as a successful frame, and the ratios of successful frames at the thresholds ranged from 0 to 1 are plotted in success plots.

评估原理:

one-pass evaluation (OPE)

temporal robustness evaluation (TRE)

spatial robustness evaluation (SRE)

One-pass evaluation with restart (OPER)

Spatial robustness evaluation with restart (SRER)

详细内容可参看博客:

https://blog.csdn.net/hjl240/article/details/52453030

猜你喜欢

转载自blog.csdn.net/yushupan/article/details/83269719
今日推荐