Skip to content

AttributeError message when running commands from commands.txt #9

@alucic2

Description

@alucic2

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions