2021-07-14

Ubuntu运行siammask代码记录

在testing阶段运行python …/…/tools/eval.py --dataset VOT2016 --tracker_prefix C --result_dir ./test/VOT2016报错:

ImportError: Something is wrong with the numpy installation.

解决:更换numba和llvmlite版本

pip install -U numba==0.49.1 -i https://pypi.tuna.tsinghua.edu.cn/simple --ignore-installed llvmlite

pip install -U llvmlite==0.32.1 -i https://pypi.tuna.tsinghua.edu.cn/simple

转载:https://blog.csdn.net/taifengzikai/article/details/107511273

猜你喜欢

转载自blog.csdn.net/DBLHZ/article/details/118736797