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

在Benchmark的第六步的时候会出现这种错误/ why does this error occur in step 6 of benchmark #99

Open
Sheep-sleep-student opened this issue Apr 16, 2020 · 3 comments

Comments

@Sheep-sleep-student
Copy link

Professor, why does this error occur in step 6 of benchmark:
failed to execute SiamFC : (<type 'exceptions.IOError'>, IOError(2, 'No such file or directory'), <traceback object at 0x00000000265F8188>) Traceback (most recent call last): File "tracker_benchmark/run_trackers.py", line 146, in main(sys.argv[1:]) File "tracker_benchmark/run_trackers.py", line 50, in main trackers, seqs, evalType, shiftTypeSet) File "tracker_benchmark/run_trackers.py", line 138, in run_trackers butil.save_seq_result(seqResults) File "D:\tracker_benchmark\scripts\butil\load_results.py", line 9, in save_seq_result tracker = result[0].tracker IndexError: list index out of range
Please help me, thanks very much!

@ghost
Copy link

ghost commented May 14, 2020

请问你解决了没?我现在做到这一步也出现了问题

@ghost
Copy link

ghost commented May 14, 2020

我现在出现的error是:echo "tb100" | python tracker_benchmark/run_trackers.py -t SiamFC -s tb100 -e OPE
Traceback (most recent call last):
File "tracker_benchmark/run_trackers.py", line 6, in
from tracker_benchmark.scripts import *
ImportError: No module named 'tracker_benchmark'
但是在pycharm里面运行没有错

@bilylee
Copy link
Owner

bilylee commented Jun 4, 2020

报错上来看某些文件没有找到。请确认一下:模型文件、OTB数据集等是否存在?是否严格按照 README 的步骤在 terminal 中执行?

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