oliver-batchelor / multical

Multi-camera calibration using one or more calibration patterns
Other
362 stars 67 forks source link

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

Open felipe-parodi opened 10 months ago

felipe-parodi commented 10 months ago

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 commented 10 months ago

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