Closed yuyudiandian closed 3 years ago
No, we just use 'trdimp_for_GOT.py' for all GOT related testing. If you can successfully GOT_10K, it is simple to run VOT using GOT toolkit. They do not have obvious differences. Can the GOT10k toolkit find your VOT dataset? Please check the dataset path of VOT2018 and the dataset formats.
Thank you for your reply. This is not the problems of path. I solve this problem in the following progress. First, i run the GOT10k_VOT.py ,some errors occur:
It seems like lacking of some parameters, so i look for this parameter "transformer_skipping"in the ./TransformerTrack/pytracking/parameter/trdimp/trdimp_lasot.py in line 31 and line 32 ,but this codes do not exsit in ./TransformerTrack/pytracking/parameter/trdimp/trdimp_vot.py, after i add "params.transformer_skipping = 1e-1 params.transformer_memory_size = -1" to trdimp_vot.py,
this error doesn't happen. Am i doing this right? Or just code has some bugs on testing VOT2018?
Sorry, I missed these parameters. The parameters are: skipping=5, memory_size=20, which are the same as the parameters in other tracking datasets. Thanks for pointing this issue. I have modified the "trdimp_vot.py"
ok!Thank you!I have tried the “skipping=5, memory_size=20” and “skipping=1e-1, memory_size=-1” ,indeed, the latter does not work as well as the former.
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年5月24日(星期一) 上午10:34 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [594422814/TransformerTrack] some qusetions on testing VOT18 (#14)
Sorry, I missed these parameters. The parameters are: skipping=5, memory_size=20, which are the same as the parameters in other tracking datasets. Thanks for pointing this issue. I have modified the "trdimp_vot.py"
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
when i use GOT10K_VOT.py to test VOT18, some errors will happen in the ./pytracking/tracker/trdimp.py, it seems some parameters do not match the test of vot18. But i use GOT10K_GOT.py to test GOT_10k, this errors didn't happen, because ./pytracking/tracker/trdimp_for_GOT.py works. Do you have specialied trdimp_for_VOT.py that uses on testing VOT18? Your prompt attention to my question would be highly appreciated!