votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
153 stars 43 forks source link

test multiple algorithm #27

Closed kongbia closed 1 year ago

kongbia commented 3 years ago

How to test multiple algorithms simultaneously using multiple GPUs?

lukacu commented 3 years ago

At the moment there is no mechanism that would allow this, it is not even possible to run a single tracker in parallel. We will get to this eventually, but at the moment if you want to run multiple trackers, you have to run each tracker separately and assign GPUs using CUDA_VISIBLE_DEVICES variable prior to running CLI command for each tracker. I think this should work.

kongbia commented 3 years ago

I see. Thank you very much!