Giter VIP home page Giter VIP logo

Comments (4)

uricamic avatar uricamic commented on May 18, 2024

Hi @HDaoud,

both problems you mention are actually not related to the CLandmark itself, but to the face detector, which is used to detect faces prior to detect the landmarks. CLandmark expects the face boxes on its input and all the models that are provided so far will always output landmarks on any input provided, i.e. there is no check if the box provided contained face or not.

The common approach to detect rotated faces is to rotate the image before the face detection (or to detect faces on several rotations).
We usually use the commercial face detector (http://www.eyedea.cz/), but you can use arbitrary one.
I heard that the OpenCV haarcascade can provide much better results, when it is retrained on better data.

from clandmark.

HDaoud avatar HDaoud commented on May 18, 2024

Thanks for your quick reply!

I need to use Clandmark in my research, I don't know if I can use the commercial detector, maybe if it has publication that I can refer to.

I didn't get your suggestion regarding OpenCV, should I retrain a haarcascade before using with Clandmark? or should I use the openCV?

Thanks!

from clandmark.

uricamic avatar uricamic commented on May 18, 2024

The OpenCV haarcascade can be trained on your data, so the idea is to retrain it on some standard database of faces, which is in some sense better than what they used for training.

The commercial detector which we use (not in the publicly available codes, though) is an implementation of this paper.

from clandmark.

HDaoud avatar HDaoud commented on May 18, 2024

Noted!

Thanks for your input.

Regards,

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.