SiamMask
SiamMask copied to clipboard
Evaluate performance on VOT
Hello, I really liked you paper and i am interested in doing some experiments on the code you provided. but I have faced a problem while doing the evaluation:
python ../../tools/eval.py --dataset VOT2016 --tracker_prefix C --result_dir ./test/VOT2016 loading VOT2016: 100%|█████████████████████████████████████| 60/60 [00:00<00:00, 2127.27it/s, wiper] eval ar: 100%|████████████████████████████████████████████████████████| 2/2 [00:01<00:00, 1.65it/s] eval eao: 0%| | 0/2 [00:00<?, ?it/s]Exception in thread Thread-8: Traceback (most recent call last): File "/home/msi_awet/anaconda3/envs/siammask/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/home/msi_awet/anaconda3/envs/siammask/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/msi_awet/anaconda3/envs/siammask/lib/python3.6/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/home/msi_awet/anaconda3/envs/siammask/lib/python3.6/multiprocessing/connection.py", line 251, in recv return _ForkingPickler.loads(buf.getbuffer()) TypeError: init() missing 1 required positional argument: 'loc'
Can you please explain to me how to fix this? Thank you in advance?
install numba==0.47.0 would fix this
@foolwood Maybe you should update requirements.txt? thanks
Thank you now it is working.
On Mon, Mar 16, 2020, 3:58 PM 韩文程 [email protected] wrote:
install numba==0.47.0 would fix this
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/foolwood/SiamMask/issues/143#issuecomment-599583298, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHL7MFANSXUNMXM4FTMKCCTRHY5CVANCNFSM4LAQBCQQ .