votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
153 stars 43 forks source link

What the contents of the groundtruth.txt file represent? #76

Closed DjangoChaogh closed 1 year ago

DjangoChaogh commented 1 year ago

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

franktpmvu commented 1 year ago

it's a mask of GT, if you want decode it, The code for mask IO is available in vot/region/io.py. https://github.com/votchallenge/toolkit/issues/24#issuecomment-738851025

lukacu commented 1 year ago

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