ScanNet
ScanNet copied to clipboard
Can I please get more information about building dependiencies of CameraParameterEstimation apps
@msavva Hi, I was recently trying to build your apps of CameraParameterEstimation on ubuntu 16.04, then I got many errors like opengl error or something. So could you please descibe more about dependiencies and what is necessary to build these apps? Thanks.
Hi @KevinLee752 , The CameraParameterEstimation code is developed by @mhalber so he can likely give more details about building it. Regardless, it will be useful to share some concrete details of the compilation issue you are encountering: your environment, how you tried to build, a log of the exact error you encountered etc.
Looking at the code, it seems like that makefile requires some love, as with its current state it will only build on macOS. I'll look into creating more portable makefile / CMake project file.
However, like @msavva mentioned, it would be helpful to know what commands you've run and what are the errors the compiler reported :)