BernhardEgger
BernhardEgger
Hi, a UV-parametrization for the BFM2017 can be found here: face mask: https://github.com/unibas-gravis/parametric-face-image-generator/blob/master/data/regions/face12.json bfm mask: https://github.com/unibas-gravis/parametric-face-image-generator/blob/master/data/regions/bfm09.png
Hi, that looks correct to me. The albedo model provides specular and diffuse albedo maps as described in the paper. The FLAME model (and also the Basel face model) provide...
Hi, I'm surprised to see a completely different issue here than indicated in the notification email I got. In the notification email the assembly.jar was running properly and as expected....
Hi, can you tell me if you are using java 8 from oracle or openjdk? Also, can you let me know if your goal is to run the jar file...
Hi, can you try to run sbt compile first? yes, the parameters are not separated and the defuse and specular model are coupled. Best Bernhard
We implemented I_diff and I_spec with separate rendering passes. You can implement it in one. The equation leaves the choice of implementation open. We choose two for the scala implementation...
I use openjdk 8 on Ubuntu (now 20.04 but previously 18.04 and 16.04) and sbt 1.3 so the sbt version is probably the main difference Since you said previously that...
Hi, both diffuse and specular albedo are rendered with SH. And yes, the specular part has to be rendered separately, since specular reflections work differently. Best Bernhard
yes, the SH parameters are the same for both. yes on both, diffuse and specular the specular component is slightly more complex to calculate since it depends not only on...
Good night :) Let me know if the compilation issue resolved?