Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError message when running commands from commands.txt #9

Open
alucic2 opened this issue Jul 8, 2022 · 3 comments
Open

AttributeError message when running commands from commands.txt #9

alucic2 opened this issue Jul 8, 2022 · 3 comments

Comments

@alucic2
Copy link

alucic2 commented Jul 8, 2022

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'

@xttlcs
Copy link

xttlcs commented Aug 16, 2022

Have you solved this problem?

@xttlcs
Copy link

xttlcs commented Aug 17, 2022

i met the same problem,have you solved it? sincerely hoping for your request!!!

@2333-Del
Copy link

i met the same problem,have you solved it? sincerely hoping for your request!!!

Now I also encountered this problem, may I ask if you have solved it? If so, please be sure to reply to me. I look forward to your reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants