STVIR / pysot

SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.
Apache License 2.0
4.43k stars 1.1k forks source link

VOT19 json data format #333

Open MasterBin-IIAU opened 4 years ago

MasterBin-IIAU commented 4 years ago

Hi, when I try to run VOT2019 benchmark using pysot toolkit, I found that there might be some problems in VOT2019.json. The paths in json file are like "img_names": ["agility/00000001.jpg",...] but it should be "img_names": ["agility/color/00000001.jpg",...].

ZhiyuanChen commented 4 years ago

Thanks for pointing out, I'll look into it if I have time. You are also welcome to submit a merge request.

xmnizl commented 4 years ago

@MasterBin-IIAU 请问你的VOT2019.json文件弄好了吗,可以麻烦发给我一份吗,可以的话我的邮箱是xmnizl@163.com,不胜感激!

xyl-507 commented 3 years ago

@ZhiyuanChen Thanks for the great contribution of the author. Could you provide a JSON file of the UAVDT dataset similar to UAV123? I want to test the algorithm on UAVDT, but I don't have a JSON file. Can you provide the UAVDT. json file or the code to generate the JSON file? I will generate it myself. Thanks author!!

lattetaki commented 1 year ago

same question,I use VOT2018 and the path doesn't have color/