eos icon indicating copy to clipboard operation
eos copied to clipboard

A lightweight 3D Morphable Face Model library in modern C++

Results 42 eos issues
Sort by recently updated
recently updated
newest added

When I built with Xcode, it came out the error "optional" not found. When I change it to experimental/optional, the error turns to boost/shared_ptr.hpp auto_ptrs.

enhancement

The Matlab bindings are not updated to work with v0.13.0. They probably need changes to work with Eigen matrices as well as `core::Image`. Contributions for this are welcome. It shouldn't...

enhancement
help wanted

**This only affects the `clang` + `libstdc++` combo. MSVC and `gcc` are fine.** clang has a bug that causes `std::variant` compilation to fail with libstdc++ from gcc-7. Apparently the bug...

First, thanks for your work on this. It's really great! I'm working on an addon that enables openFrameworks users to use this code. Here are some of the updates I...

…sts as parameters Fixes two of the ToDo's in the code. @patrikhuber please review.

I'm trying to render the face model on top of the image, but there's a subtle black line around the edges. Do you have any recommendations as to how to...

help wanted
more info needed

You've mentioned adding a convergence criterion as a todo in fitting::fit_shape_and_pose. I'm interested in exploring this further. What do you suggest as the convergence condition? I'm currently testing different number...

enhancement

A lot of things could be improved in the CMake scripts, first and foremost using the target-based syntax. I just saw that @ruslo integrated eos into hunter (https://github.com/hunter-packages/eos/commits/hunter), thank you...

enhancement
help wanted
build system

thanks for the contributions iam running fit-model-ceres code for creating of 4d face , while running the fit-model-ceres code in the model arguments ("../share/sfm_3448.bin "). but i did not seen...

The NNLS algorithm is now in Eigen https://gitlab.com/libeigen/eigen/-/merge_requests/798.