anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
789 stars 184 forks source link

Running ZBuffer instead of Mex_ZBuffer #1

Closed serser closed 6 years ago

serser commented 6 years ago

I am using Mac version of Matlab. So in 3DDFA Expression Model, there is an alternative Matlab version of Z_Buffer to Mex_ZBufferC.mexw64. However, the parameters list are not exactly the same:

ZBuffer(s2d, vertex, tri, texture, img_src)

where in Mex_ZBuffer.m, we have,

Mex_ZBuffer(projectedVertex, tri, texture, img_src)

what is exactly s2d here? And how do we get it? Thanks!

iacopomasi commented 6 years ago

It is hard for us to reply to this: you should contact 3DDFA author asking them about this problem. Probably the interface to the function is slightly different between the Windows and Mac version.

marvin521 commented 6 years ago

@serser I have met the same problem. How did you solve the problem?