berksaribas / face-reconstruction

3D Face Reconstruction using a single 2D image.
MIT License
46 stars 5 forks source link

'utils/points.h' file not found #4

Open willard-yuan opened 2 years ago

willard-yuan commented 2 years ago

Hi @berksaribas

The utils/points.h file not found in RegularizationTerm.h Line 3, which makes the compiling fail. Would you have a look at the problem?

berksaribas commented 2 years ago

Hi @willard-yuan,

Been a while since I last worked on this project. I did some cleanup and removed some stuff when I first made this repository public. I might take a look at it soon and fix the remaining issues. For now, you can grab the utils files from previous commits: https://github.com/berksaribas/face-reconstruction/blob/7fea3dd0b64ccd7f2e799403f0278d40ebfce7b4/src/utils/points.h

berksaribas commented 2 years ago

You can also remove anything referring to utils/points.h or RGBD_image.h as they are not being used. I am working on a new commit that comes with a better CMake project, as well as removal of unused references.