Mederic Fourmy

Results 2 comments of Mederic Fourmy

- For local_data, a hack would be to set a cosypose module attribute before config.py is ever imported and then check if this attribute is present while building the obsolute...

I had the same error when running the `teaser_python_ply.py` example. Somehow, changing import orders with open3d solved the issue: ``` import open3d as o3d import teaserpp_python ``` -> bug ```...