You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this repo. i tried to make MOT with the TaMOs when using run_video.py.But it seems that i can only track a single obj.I tried to fix it by switch the parameter bellow which do no help in the end.
class TaMOs(BaseTracker):
multiobj_mode = os.environ.get('MULTIOBJ_MODE', 'parallel')
does mot really works?or i coding the wrong parameter?
thanks,