votchallenge / toolkit

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

AttributeError: 'MultiObjectTrackerRuntime' object has no attribute '_runtime' #74

Closed Naughty-Galileo closed 1 year ago

Naughty-Galileo commented 1 year ago

MultiObjectTrackerRuntime inherits from TrackerRuntime

lukacu commented 1 year ago

The description does not really describe a problem, generally the problem is that MultiObjectTrackerRuntime is not really finished as we have determined that running modern trackers as separate processes for each target is too resource intensive. It will be done, but it is recommended to use the example in the integrations repository to make your tracker multi-object in the same process.

Naughty-Galileo commented 1 year ago

Thanks, you're right, look forward to this part of the completion. I will use the example in the integrations repository