- Oct 09, 2016
-
-
Patrik Huber authored
At least gcc-5.4 on Ubuntu 16.04 needs it. It shouldn't hurt on older versions.
-
- Sep 26, 2016
-
-
Patrik Huber authored
This didn't really work too well, the file just gets too big. Maybe if we could improve the generated json in cereal, but that's too much effort for now.
-
Patrik Huber authored
-
Patrik Huber authored
-
- Sep 24, 2016
-
-
Patrik Huber authored
Also removed trailing space from vertex/colour data
-
- Aug 31, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- Aug 21, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
This is needed by the json-to-cereal-binary app to read the JSON generated from the Matlab BFM converter script.
-
- May 22, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
Otherwise, it looked like JSONlab will not write the output file, probably because it's >1GB. See GitHub issue #29.
-
- May 21, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- May 02, 2016
-
-
Patrik Huber authored
Renamed fit_shape_model to fit_shape, since it's fitting the shape in general (including blendshapes), and not only the PCA model.
-
- May 01, 2016
-
-
Patrik Huber authored
-
- Apr 30, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
Added a BUILD_UTILS CMake option, defaulting to OFF.
-
Patrik Huber authored
-
- Feb 25, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
- Added expression fitting - Added Surrey Face Model section - Slightly restructured build and sample section - Replaced ICIP with the VISAPP publication - Replaced license badge with static one
-
- Feb 17, 2016
-
-
Patrik Huber authored
Related to last commit: Added serialisation methods for boost::optional. Copied the file from https://github.com/USCiLab/cereal/pull/122, hopefully that pull-request will be accepted. This commit adds the file to CMakeLists.
-
Patrik Huber authored
I don't think we need two representations for it, one struct with a type is easier. At the moment, we only use an orthographic camera anyway. - As before, it should contain all the parameters necessary to render an image using OpenGL, and conform to the OpenGL conventions - Updated all calling sites - Added serialisation - Added a convenience method to save the parameters to a json file
-
- Jan 16, 2016
-
-
Patrik Huber authored
Probably needed because OpenCV needs it, and we depend on OpenCV.
-
Patrik Huber authored
-
- Jan 15, 2016
-
-
Patrik Huber authored
-
- Jan 02, 2016
-
-
Patrik Huber authored
The previous code is non-standard conformant, it was assigning a temporary to a non-const reference. VS2015 accepts it most likely because of a non-standard extension.
-
- Jan 01, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
* The inner mouth corners are not mapped since I think they don't realy exist in the 3D model. * Some points are not defined on the reference and only present in the 3448 model and above. * A few of the selected 3D vertices could be improved a bit, I have some notes on it, if someone is interested, contact me.
-
Patrik Huber authored
-
- Dec 31, 2015
-
-
Patrik Huber authored
If not given, the mean will be used, which is the right thing in that case.
-
- Dec 26, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
This is used for example when we fit blendshapes and want to fit the PCA shape given current blendshape parameters.
-
- Dec 24, 2015
-
-
Patrik Huber authored
See GitHub issue #4 for details.
-