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 LaSOT: 100%|██████████████████████████████| 280/280 [00:02<00:00, 115.95it/s, volleyball-19]
0.49
[0. 0. 0. ... 0. 0. 0.]
Traceback (most recent call last):
File "pysot_toolkit/test.py", line 227, in
main()
File "pysot_toolkit/test.py", line 160, in main
outputs = tracker.track(img)
File "/media/ygh/S7/huade/TransT/pysot_toolkit/trackers/tracker.py", line 168, in track
self.window * self.window_penalty
ValueError: operands could not be broadcast together with shapes (256,) (1024,)
loading LaSOT: 100%|██████████████████████████████| 280/280 [00:02<00:00, 115.95it/s, volleyball-19]
0.49
[0. 0. 0. ... 0. 0. 0.]
Traceback (most recent call last):
File "pysot_toolkit/test.py", line 227, in
main()
File "pysot_toolkit/test.py", line 160, in main
outputs = tracker.track(img)
File "/media/ygh/S7/huade/TransT/pysot_toolkit/trackers/tracker.py", line 168, in track
self.window * self.window_penalty
ValueError: operands could not be broadcast together with shapes (256,) (1024,)
在我输入python -u pysot/test.py --dataset LaSOT --name 'transt'运行pysot的测试脚本时,出现了上面的错误,请问这是什么原因?感谢各位大神的帮助!
The text was updated successfully, but these errors were encountered: