eos-model-viewer
eos-model-viewer copied to clipboard
3D model viewer for the eos Morphable Model library
because: https://bitbucket.org/eigen/eigen/get/3.2.10.tar.gz The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated. so:...
I think it can be removed, as eos hasn't depended on OpenCV anymore for quite a long time.
can't open - 4dfm_head_highres_v1.2_blendshapes_with_colour.bin - 4dfm_head_highres_v1.2_with_colour.bin - 4dfm_head_v1.2_with_colour.bin - 4dfm_head_v1.2_blendshapes_with_colour.bin this is crash log [crash_log.txt](https://github.com/patrikhuber/eos-model-viewer/files/3634745/crash_log.txt) thank your
The "Random face sample" uses a uniform distribution [0, n] (where 'n' is the value entered as "exp sdev"). This does not work very well as the spareness is missing.
This is best visible by loading the BFM2017, and then drawing random samples. The mesh updates twice. I think this is because it first draws it without the expression mean,...
The displayed model cannot be changed yet by adjusting the individual sliders. We should probably do that inside the coefficients sliders drawing code. There, we know that we've got valid...
Shall we display the identity mean, or the identity + expression mean (for models with PCA expression models)? Probably we want means to do both. Also depends on what we...
The vectors that hold the coeffs, e.g. `shape_coefficients`, currently have a maximum size of 30 I think (the number of displayed coeffs). This should be changed, they should hold all...
These buttons don't work yet - add the code for their functionality.