cvg / VP-Estimation-with-Prior-Gravity

Vanishing Point Estimation in Uncalibrated Images with Prior Gravity Direction (ICCV 2023)
MIT License
88 stars 7 forks source link

Segmentation fault on function calls - Pybind version #5

Closed callum-rhodes closed 2 months ago

callum-rhodes commented 2 months ago

This is more of an FYI for people who run into a similar issue. I would repeatedly get generic segmentation faults any time the VP functions were called within solvers.py. For my setup (python 3.9, eigen 3.4) I had to change the pybind11 version in the thirdparty folder to v2.13. The master branch of pybind11 didn't work so might need experimentation for your setup.

callum-rhodes commented 2 months ago

Closing with fix in the issue