Git Product home page Git Product logo

Comments (7)

patrikhuber avatar patrikhuber commented on July 17, 2024

Hi,

The warning is just exactly what it says: The BFM doesn't come with texture coordinates, so unless you add some, anything requiring texture remapping will naturally not be available.

Not sure where the OpenCV errors come from. You'll have to check which line it occurs. Note that BFM support is somewhat alpha-status so unless you are willing to get your hands dirty and know how to run a debugger, I would not recommend going that route.
We hope to improve BFM support in the future.

from 4dface.

Adra8373 avatar Adra8373 commented on July 17, 2024

Hi

I think the problem in the rows of the matrix is negative. How can I solve it please? Is the problem in the conversion process?

4dface.exe!cv::Mat::create(int _rows, int _cols, int _type) Line 354 C++

this 0x00000000001c3ae8 {flags=1124008870 dims=2 rows=-331695445 ...} cv::Mat *

from 4dface.

patrikhuber avatar patrikhuber commented on July 17, 2024

I think you may just be running out of memory (RAM)? Though the BFM basis matrix is only about 70k x 200, so not too big. Shouldn't be an issue.
Can I please recommend that you use an up-to-date eos version (i.e. v0.12.1), not the one from the 4dface submodule. eos evolved a lot and now uses Eigen to represent model data.

Still, I think this is most likely some issue with your system.

from 4dface.

Adra8373 avatar Adra8373 commented on July 17, 2024

Hi

I uploaded the new version of 4dface, but when I tried to run the cmake I got this error

CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find Eigen3 (missing: EIGEN3_INCLUDE_DIR EIGEN3_VERSION_OK)
(Required is at least version "2.91.0")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/FindEigen3.cmake:76 (find_package_handle_standard_args)
CMakeLists.txt:74 (find_package)

It is because of Eigen package, I need to use the Eigen that in eos how can I set that ?

from 4dface.

patrikhuber avatar patrikhuber commented on July 17, 2024

Please follow the instructions in the README of eos. (you may also need to clear the CMake cache)

(Note that the newer eos version may not work out of the box with this current 4dface version, be prepared to make some adjustments, if you want to combine these two. It's easy to do for someone with a bit of programming experience but it's not an out-of-the-box supported use-case at the moment.)

from 4dface.

Thanh-Binh avatar Thanh-Binh commented on July 17, 2024

Is BFM better than Surrey model?

from 4dface.

patrikhuber avatar patrikhuber commented on July 17, 2024

Is BFM better than Surrey model?

This question does not have a yes/no answer. Among many other differences, the BFM is a high-res, high-quality model, capturing face, ear and neck area. The SFM comes in many resolution levels (from 845 vertices to 30k), a public shape model, and expressions. There are many use-cases for both of them, and there's many publications out there describing both of the models in detail.

I'm going to close this issue as off-topic.

from 4dface.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.