behinger / etcomp

Project to compare different eyetrackers
MIT License
34 stars 7 forks source link

Ceres library #32

Open teresa-canasbajo opened 4 years ago

teresa-canasbajo commented 4 years ago

Hi, From the et_process.py file, there is the library: "ctypes.cdll.LoadLibrary( '/net/store/nbp/users/behinger/projects/etcomp/local/build/build_ceres_working/lib/libceres.so.2')". We downloaded everything from the make file and was wondering if we need to install anything else and how to update the library accordingly. Thank you!

behinger commented 4 years ago

Hey, You need libceres only for the 3d eye detection algorithm. You are right though, the path should be a relative one. I think ceres is contained in the make file. Only on mobile, could check end of week in case you can't find it