votchallenge/toolkit

What the contents of the groundtruth.txt file represent?

Closed this issue · 2 comments

Whether the target information (usually in the form of bounding box or mask) in the first frame is given in the groundtruth.txt file of each sequence? If so, what is the meaning of each number in the txt file?

jietu

it's a mask of GT, if you want decode it, The code for mask IO is available in vot/region/io.py.
#24 (comment)

Yes, it is a RLE encoding of a mask with some metadata (region size, offset).