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
In 0.1.0 this used to work fine, while in 0.2.0 it raises the following error:
Traceback (most recent call last):
File "image_construct.py", line 5, in <module>
image = pycolmap.Image("image.png", pts)
RecursionError: maximum recursion depth exceeded while calling a Python object
Note that when default-constructing the object without point list it also works fine.
Environment: Python 3.8 on Ubuntu 20.04, pycolmap 0.2.0 installed from PyPi
The text was updated successfully, but these errors were encountered:
Hi,
I observed an error that occurs for me when constructing an
Image
object manually:In 0.1.0 this used to work fine, while in 0.2.0 it raises the following error:
Note that when default-constructing the object without point list it also works fine.
Environment: Python 3.8 on Ubuntu 20.04, pycolmap 0.2.0 installed from PyPi
The text was updated successfully, but these errors were encountered: