You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2018/ants1/color/00000001.jpg - While trying to test the siamattn tracker I keep getting this error. I also try to run the test by changing the dataset to VOT2016, VOT2019 and VOT2018-LT. I got similar error for them too. I also tried all the solutions available in public forum posted for this same error but nothing works.Please kindly help with this issue.
#2
Open
msubhashri opened this issue
Aug 16, 2021
· 0 comments
For VOT2019:
File "tools/test.py", line 226, in
main()
File "tools/test.py", line 58, in main
load_img=False)
File "/netscratch/manohar/siamattn/toolkit/datasets/init.py", line 32, in create_dataset
dataset = VOTDataset(**kwargs)
File "/netscratch/manohar/siamattn/toolkit/datasets/vot.py", line 119, in init
load_img=load_img)
File "/netscratch/manohar/siamattn/toolkit/datasets/vot.py", line 31, in init
init_rect, img_names, gt_rect, None, load_img)
File "/netscratch/manohar/siamattn/toolkit/datasets/video.py", line 27, in init
assert img is not None, self.img_names[0]
AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2019/agility/00000001.jpg
Similarly for VOT2016:
AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2016/bag/00000001.jpg
Similarly for VOT2018-LT: AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2018-LT/ballet/color/00000001.jpg
The text was updated successfully, but these errors were encountered:
msubhashri
changed the title
While trying to test the siamattn tracker,
AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2018/ants1/color/00000001.jpg - While trying to test the siamattn tracker I keep getting this error. I also try to run the test by changing the dataset to VOT2016, VOT2019 and VOT2018-LT. I got similar error for them too. I also tried all the solutions available in public forum posted for this same error but nothing works.Please kindly help with this issue.
Aug 16, 2021
For VOT2019:
File "tools/test.py", line 226, in
main()
File "tools/test.py", line 58, in main
load_img=False)
File "/netscratch/manohar/siamattn/toolkit/datasets/init.py", line 32, in create_dataset
dataset = VOTDataset(**kwargs)
File "/netscratch/manohar/siamattn/toolkit/datasets/vot.py", line 119, in init
load_img=load_img)
File "/netscratch/manohar/siamattn/toolkit/datasets/vot.py", line 31, in init
init_rect, img_names, gt_rect, None, load_img)
File "/netscratch/manohar/siamattn/toolkit/datasets/video.py", line 27, in init
assert img is not None, self.img_names[0]
AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2019/agility/00000001.jpg
Similarly for VOT2016:
AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2016/bag/00000001.jpg
Similarly for VOT2018-LT: AssertionError: /path to repo/siamattn/tools/../testing_dataset/VOT2018-LT/ballet/color/00000001.jpg
The text was updated successfully, but these errors were encountered: