GithubHelp home page GithubHelp logo

Comments (3)

mirceaciu avatar mirceaciu commented on June 12, 2024 2

in gender detection offsets play a big role. After a face is detected the offsets are used to crop the face from the frame, and then this cropped region is sent to the predictor. If the offset are to small the face is not cropped entirely, if the offsets are to big then to much space around the face is included. Both cases affect the prediction.

try using cv2.imshow to visualize the cropped face, see if it's correct. Then adjust the offsets

from face_classification.

oarriaga avatar oarriaga commented on June 12, 2024

the error mistake is probably due to the mismatch of the network that expects (64,64,1) (the last 1 corresponds to a grayscale image) while the array that you are giving the network is (64, 64, 3) which is a RGB image. Either transform your images to grayscale or just change the input size to the network.

from face_classification.

alighofrani95 avatar alighofrani95 commented on June 12, 2024

Thanks i change input to gray image and works but problem still don't solve because no woman detect and accuracy is 96 precent.

from face_classification.

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.