-
Port the vertex declaration code from Turso3D, which allows defining vertex elements by semantic, index and format; for example you can define an arbitrary number of texcoords.
Retain compatibility w…
-
The latest release of Laravel has affected a query in one of my apps. The query worked fine in v5.1.24 but now runs out of memory in v5.1.25.
```
PHP Fatal error: Allowed memory size of 536870912 by…
-
Should we cite "Fitting 3D Morphable Models using Local Features" or "A multiresolution 3D Morphable face model and fitting framework" for using this code.
-
Thanks alot for providing the library!! Could you please give some information about how this model was prepared. How many face scan does it has ?
Or some link which describes this Model.
That would b…
-
```
desc.add_options()
("help,h",
"display the help message")
("model,m", po::value(&scmmodelfile)->required(),
"a CVSSP .scm Morphable Model file")
("i…
-
Hi, thank you for your code, it has been very helpful to me.
But when I try to load my own pca model, I wonder how is your triangleList arranged?
-
I have what I think is an edge case with the form builder and laravel-translatable.
The gist of it is that everything is working correctly, but when I add the prototype() I can't seem to get the child…
-
Hi Patrik,
I builded the code and generated executable files for landmarkdetection, poseestimation and simplefunction
Can you please tell me the usage of poseestimation.cpp and simplefunction.cpp an…
-
This issue entails:
- [ ] The definition of a new `MM` class with its corresponding `mm_builder` function.
- [ ] New `MMFitter` and `MMFitting` classes implementing the `Fitter` and `Fitting` interfac…
-
## Tightening the focus of Menpo
We have had discussions over the past few weeks of tightening up the focus of the core of Menpo. Perhaps things under the Menpo namespace should all be general types …