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
I've looked into #129 and #157 and managed to run two instances on jetson nano independently using multiprocessing.
I would like the person to be re-identified again across cameras (the cameras have non-overlapping view, so they will disappear from one cam and appear in another). Currently I've only figured out self.hist_tracks is needed, what other lost track buffers should I share?
Also what is a good approach for sharing the variables with self.hist_tracks an OrderedDict. I've tried using multiprocessing.Manager and converting the ordered dict to list when passing; multiprocessing.Queue but haven't succeeded so far.
Many thanks for any help!
The text was updated successfully, but these errors were encountered:
I've looked into #129 and #157 and managed to run two instances on jetson nano independently using multiprocessing.
I would like the person to be re-identified again across cameras (the cameras have non-overlapping view, so they will disappear from one cam and appear in another). Currently I've only figured out
self.hist_tracks
is needed, what other lost track buffers should I share?Also what is a good approach for sharing the variables with
self.hist_tracks
an OrderedDict. I've tried using multiprocessing.Manager and converting the ordered dict to list when passing; multiprocessing.Queue but haven't succeeded so far.Many thanks for any help!
The text was updated successfully, but these errors were encountered: