hi, first off thanks for this great work! I've been trying to run the demo notebook, but I'm running into a segmentation fault when using the python bindings:
import pyimplicitdist
p = pyimplicitdist.CameraPose()
p.t = np.array([0., 0., 0.])
# Segmentation Fault (core dumped)
I tried building inside the poselib docker container as discussed here PoseLib/PoseLib#82 but I'm still getting segmentation fault from pyimplicitdist. Any suggestions?