visionml / pytracking

Visual tracking library based on PyTorch.
GNU General Public License v3.0
3.19k stars 603 forks source link

About TaoBurst.json #429

Open shash29-dev opened 4 months ago

shash29-dev commented 4 months ago

Hi,

Thanks for this well-maintained repository :)

I was looking into the TAOBURST dataset loader class. What is TaoBurst.json ? I have downloaded the dataset from here: https://motchallenge.net/tao_download.php and annotations from here: python scripts/download/download_annotations.py $TAO_DIR --split train @ https://github.com/TAO-Dataset/tao/blob/master/docs/download.md

I wanted to know if you have prepared TaoBurst.json yourself or if it is part of the dataset. I cant locate this json anywhere after download.

2006pmach commented 3 months ago

Apologies, I only saw your message today. Indeed it slipped to make those annotations available. In the end we use BURST annotations for TAO. The TAO images are covered in BURST but come at a higher frame rate. In addition those are segmentation mask so we use those higher FPS segmentation masks to obtain bounding box annotations at a higher FPS. You can find them here I also updated the Readme. Hope this helps.