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
loading UAV123: 0%| | 0/123 [00:00<?, ?it/s, group1_2]
Traceback (most recent call last):
File "/content/SiamCAR/tools/test.py", line 126, in
main()
File "/content/SiamCAR/tools/test.py", line 66, in main
dataset = DatasetFactory.create_dataset(name=args.dataset,
File "/content/SiamCAR/tools/../toolkit/datasets/init.py", line 25, in create_dataset
dataset = UAVDataset(**kwargs)
File "/content/SiamCAR/tools/../toolkit/datasets/uav.py", line 44, in init
self.videos[video] = UAVVideo(video,
File "/content/SiamCAR/tools/../toolkit/datasets/uav.py", line 23, in init
super(UAVVideo, self).init(name, root, video_dir,
File "/content/SiamCAR/tools/../toolkit/datasets/video.py", line 27, in init
assert img is not None, self.img_names[0]
AssertionError: /content/SiamCAR/tools/../testing_dataset/UAV123/group1/001333.jpg
Please help.
The text was updated successfully, but these errors were encountered:
I am getting this error :
loading UAV123: 0%| | 0/123 [00:00<?, ?it/s, group1_2][ WARN:[email protected]] global loadsave.cpp:244 findDecoder imread_('/content/SiamCAR/tools/../testing_dataset/UAV123/group1/001333.jpg'): can't open/read file: check file path/integrity
loading UAV123: 0%| | 0/123 [00:00<?, ?it/s, group1_2]
Traceback (most recent call last):
File "/content/SiamCAR/tools/test.py", line 126, in
main()
File "/content/SiamCAR/tools/test.py", line 66, in main
dataset = DatasetFactory.create_dataset(name=args.dataset,
File "/content/SiamCAR/tools/../toolkit/datasets/init.py", line 25, in create_dataset
dataset = UAVDataset(**kwargs)
File "/content/SiamCAR/tools/../toolkit/datasets/uav.py", line 44, in init
self.videos[video] = UAVVideo(video,
File "/content/SiamCAR/tools/../toolkit/datasets/uav.py", line 23, in init
super(UAVVideo, self).init(name, root, video_dir,
File "/content/SiamCAR/tools/../toolkit/datasets/video.py", line 27, in init
assert img is not None, self.img_names[0]
AssertionError: /content/SiamCAR/tools/../testing_dataset/UAV123/group1/001333.jpg
Please help.
The text was updated successfully, but these errors were encountered: