Git Product home page Git Product logo

Comments (7)

saudet avatar saudet commented on May 29, 2024

Try to follow the tutorial: https://docs.opencv.org/3.4.1/da/d60/tutorial_face_main.html

from sample-projects.

Neelchudasama1 avatar Neelchudasama1 commented on May 29, 2024

HI.
Before posting this comment I have tried with the same link but still m not able to recognize in lighting area.
Can you please tell me what changes I need to do in current development.

from sample-projects.

pratikvyas1991 avatar pratikvyas1991 commented on May 29, 2024

Hello, The same problem I am facing,

  1. When we train the model in low light, It doesn't recognize in high light condition.
  2. when we train the model in the high light, It doesn't recognize in low light condition.
    please suggest me something other than the link you mentioned which can help in different light conditions. As I have read the link so many times.
    Thanks

from sample-projects.

pratikvyas1991 avatar pratikvyas1991 commented on May 29, 2024

@saudet: No Clue Yet?

from sample-projects.

saudet avatar saudet commented on May 29, 2024

You could just use the 2 classifiers that you have... ?

from sample-projects.

pratikvyas1991 avatar pratikvyas1991 commented on May 29, 2024

Well I have Used LBPH , and it gives good result , But I need solution when light condition changes ,That's where I am stuck and Don't have any clue

from sample-projects.

pafzalkhan avatar pafzalkhan commented on May 29, 2024

Convert Mat to gray mat
cvtColor(mat_src, mat_des, 6);
use histogram equalization
equalizeHist(mat_des, mat_des);

from sample-projects.

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.