3DMM was likely compiled with Microsoft Visual C++ 2.1. The source code builds with MSVC 2.1 without any changes. MSVC 2.0 will compile the source but not link it due to missing CRT functions. MSVC ...
This part of code is to utilize 3DMM to reconstruct human heads. We utilize both face and ear key points as well as depth to supervise our 3D head. We hardcode the path for video, keypoints and depth ...