-
Hi,
Thank you for the great library and making it available. I am trying to compile it, however I am running into issues here:
My compiler is: gcc version 4.8.5 (Ubuntu 4.8.5-2ubuntu1~14.04.1)
…
rayjs updated
7 years ago
-
What do I need to change in eos for creating full head model. As I know eos mesh only has face region and it cannot create meshes.
I want to know about :
1) what changes are needed in "eos" to make i…
-
I am currently working on a 3D Morphable Model in the form of a `ColouredTriMesh`, where the type of `points` is `float32` and that of `trilist` is `uint16`. Calling `vertex_normals()` on this mesh is…
-
What is the role of PCA and why do we need to apply PCA shape and texture model in eos in just simple words.can you explain it in a non-mathematical way,I read about pca in data mining course and I un…
-
Honestly, I'm not deep at research papers but it seems to me that the "Fitting 3D Morphable Models using Local Features" describes approach where landmarks are detected through 3DMM fitting: "In essen…
-
Hey :)
I'm trying to get a 2D frontal image using the model. I tried using `render::render` and `render::render_affine` but the outputs aren't as expected (they return color and depth images without t…
-
Hi Patrik,
I have added blendshape (expression_blendshapes_3448.bin) to PCA model using the below code.
i have read that output OBJ file in text editor, and there is no additional vertex appears in o…
-
Do I use the morphable model to fit the point cloud of face which got for stereo camera?
-
Scanning dependencies of target fit-model
[ 50%] Building CXX object examples/CMakeFiles/fit-model.dir/fit-model.cpp.o
Linking CXX executable fit-model
CMakeFiles/fit-model.dir/fit-model.cpp.o: In fun…
-
Hi, in your code
morphablemodel::load_model(modelfile.string());
you used a .bin file to load the a Morphable Model.
I wonder what is inside the .bin file? Is it related to the reference.obj?
I am…