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
3840 1080
Process CameraManager-3:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/Users/multi-camera-pig-tracking/manager.py", line 79, in run
self.match_tracks_from_buffer()
File "/Users/multi-camera-pig-tracking/manager.py", line 93, in match_tracks_from_buffer
global_position_dict = self.match_tracks(self.ceiling_filter(self.local_buffer['ceiling'].pop(fid, None)),
File "/Users/multi-camera-pig-tracking/manager.py", line 152, in match_tracks
self.union_find.reset(ceil_id, min_id)
AttributeError: 'DisjointSet' object has no attribute 'reset'
The text was updated successfully, but these errors were encountered:
3840 1080
Process CameraManager-3:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/Users/multi-camera-pig-tracking/manager.py", line 79, in run
self.match_tracks_from_buffer()
File "/Users/multi-camera-pig-tracking/manager.py", line 93, in match_tracks_from_buffer
global_position_dict = self.match_tracks(self.ceiling_filter(self.local_buffer['ceiling'].pop(fid, None)),
File "/Users/multi-camera-pig-tracking/manager.py", line 152, in match_tracks
self.union_find.reset(ceil_id, min_id)
AttributeError: 'DisjointSet' object has no attribute 'reset'
The text was updated successfully, but these errors were encountered: