Git Product home page Git Product logo

Comments (6)

uricamic avatar uricamic commented on July 21, 2024

Hi,

the reason is that static_input (unlike video_input) uses new mechanism of features computation (CFeaturePool), which makes the flandmark_model.xml incompatible.

Sorry for the inconvenience, I will upload the new flandmark_model.xml compatible with CFeaturePool soon.

from clandmark.

uricamic avatar uricamic commented on July 21, 2024

I forgot to add, that you can of course still use flandmark_model.xml, but you have to remove CFeaturePool from the code (look at video_input.cpp example, which is using the old style).

Or you can use the new style, but with the other models available for download on the project webpage (like CDPM.xml, FDPM.xml, jointmv*, etc.).

from clandmark.

wguo68 avatar wguo68 commented on July 21, 2024

Where is the other trained models for download ? Is there 68 landmark trained model?

There is an compile error for the code line "!face_cascade.load( argv[1]+face_cascade_name ) " .I modified this line to "!face_cascade.load( argv[1]) "

from clandmark.

uricamic avatar uricamic commented on July 21, 2024

Hi @wguo68,

the learned models are here.

CDPM.xml and FDPM.xml are detecting 68 landmarks and they are supposed to be use together, forming the C2F-DPM, check the code snippets for this kind of detector.

from clandmark.

wguo68 avatar wguo68 commented on July 21, 2024

It's Okay. Great!
good

For large image,it may not be correct enough. How to improve the result for large image?

from clandmark.

uricamic avatar uricamic commented on July 21, 2024

Hi @wguo68,

sorry for late answer, I didn't get notification for a new message in this thread.

For larger image, there are several options what to do. If you would like to use only CLandmark, you could train a new model for a higher resolution images, however this would take a lot of time and resources.
Other possible solution is to use CLandmark for initialization of some other technique which is more suitable for high resolution images (with large faces), like the Active Appearance Models (AAM) and related methods. These are known to have very good results for such images, however they usually suffer when the initialization is poor. The combination of CLandmark and AAM could provide fast, but still highly accurate detection.

from clandmark.

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.