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

SiamFC运行my_test #49

Closed
AnneLuc opened this issue Sep 9, 2021 · 0 comments
Closed

SiamFC运行my_test #49

AnneLuc opened this issue Sep 9, 2021 · 0 comments

Comments

@AnneLuc
Copy link

AnneLuc commented Sep 9, 2021

出现ZeroDivisionError: division by zero,看了一下主要是在ious = np.nanmean(ious, axis=0)这句,并且查看了ious的值。

ious= [[nan nan nan ... array([0.02229282]) array([0.10334186])
array([0.13032249])]]
Traceback (most recent call last):
File "/home/ubuntu/code/SiamTrackers-master/2-SiamFC/SiamFC-GOT/bin/my_test.py", line 72, in
prec_score,succ_score,succ_rate=e.report([tracker.name])
File "/home/ubuntu/code/SiamTrackers-master/2-SiamFC/SiamFC-GOT/got10k/experiments/vot.py", line 417, in report
ious = np.nanmean(ious, axis=0)

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

2 participants