Closed JornyWan closed 1 year ago
Sorry, the code framework is supported up to VOT2018. higher versions need to be ported by yourself.
Hellow. Only the last part of yaml needs to be changed. Reference experiments/tatrack/test/tiny/otb.yaml
tester:
names: ["OTBTester",]
OTBTester:
exp_name: *TEST_NAME
exp_save: *TEST_SAVE
subsets: [ "otb2015" ]
device_num: 1
From: Kunpeng Huang @.> Sent: Thursday, June 29, 2023 0:18 To: hekaijie123/TATrack @.> Cc: Subscribed @.***> Subject: Re: [hekaijie123/TATrack] Test other dataset (Issue #13)
same question, I wanna test on OTB100, how can I rewrite the test ymal. Looking forward to your reply!
― Reply to this email directly, view it on GitHubhttps://github.com/hekaijie123/TATrack/issues/13#issuecomment-1611726611, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARLIHY5RQ3DSTTQE4YEZN6TXNRKMNANCNFSM6AAAAAAYHR5L4A. You are receiving this because you are subscribed to this thread.Message ID: @.***>
What should i modify if i want to test VOT2022 or VOT2023 dataset? I found that you have some methods to change the groundtruth file format from VOT to the specified format that the algorithm can use and found that you have set VOT2016--2019 dataset in eao_benchmark, when i modify a yaml file in experiments like change tester name to "VOTTester", i received the following error: (I want to test vot2023 dataset) d_coerce_cfg_value_type raise ValueError( ValueError: Type mismatch (<class 'yacs.config.CfgNode'> vs. <class 'str'>) with values (VOT2018: datasets/VOT/vot2018 VOT2019: datasets/VOT/vot2019 vs. /Users/jorny/docu_gatech/votcmu/vot2023/vots2023-old) for config key: test.track.tester.VOTTester.data_root