Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: operands could not be broadcast together with shapes (256,) (1024,) #148

Open
huade2022 opened this issue Jul 10, 2024 · 0 comments

Comments

@huade2022
Copy link

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的测试脚本时,出现了上面的错误,请问这是什么原因?感谢各位大神的帮助!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant