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

TypeError issue when attempting to view layer "Detected poses" #60

Open
felipe-parodi opened this issue Nov 30, 2023 · 1 comment
Open

Comments

@felipe-parodi
Copy link

felipe-parodi commented Nov 30, 2023

Hello,

thanks for your great work! Whenever i try viewing the "Detected poses" layer in the interface, the software crashes with the following error:

Traceback (most recent call last):
File "C:\ProgramData\Miniconda3\envs\multical2\lib\site-packages\multical\interface\visualizer.py", line 49, in f return func(self, *args, **kwargs)
File "C:\ProgramData\Miniconda3\envs\multical2\lib\site-packages\multical\interface\visualizer.py", line 54, in f return func(self)
File "C:\ProgramData\Miniconda3\envs\multical2\lib\site-packages\multical\interface\visualizer.py", line 301, in update_image
layer_name, state, options=options)
File "C:\ProgramData\Miniconda3\envs\multical2\lib\site-packages\multical\interface\viewer_image.py", line 159, in annotate_image
points = camera.project(board.points, pose.poses),
TypeError: project() takes 2 positional arguments but 3 were given

Viewing the other layers works well. Any help? @oliver-batchelor Thanks in advance!

@felipe-parodi
Copy link
Author

Hi @oliver-batchelor, any ideas on this? thanks for your help.

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

1 participant