Hello,
I am rather confused how the VOT toolkit works.
This is my trackers.ini file:
[LowFormerTrack]
label = LFTrack
protocol = traxpython
command = "python lowform_track_integration.py"
paths = "/home/moritz/Research/SMAT/VOT_workspace/lowform_track_integration.py"
When I run vot test LowFormerTrack the output is the following:
Generating dummy sequence
Unable to connect to tracker
Does vot test <tracker> call the integration code like python/ncc_singleobject.py? How can I debug the integration code?
If I call it, it just hangs at handle = vot.VOT("rectangle"). Also my tracker is running on python 3.7, while for the newest vot-toolkit, I need python 3.11, but that should work anyway right?
Thanks for the help!
Hello,
I am rather confused how the VOT toolkit works.
This is my trackers.ini file:
When I run
vot test LowFormerTrackthe output is the following:Does
vot test <tracker>call the integration code likepython/ncc_singleobject.py? How can I debug the integration code?If I call it, it just hangs at
handle = vot.VOT("rectangle"). Also my tracker is running on python 3.7, while for the newest vot-toolkit, I need python 3.11, but that should work anyway right?Thanks for the help!