GithubHelp home page GithubHelp logo

About training about cnn_face_detection HOT 3 CLOSED

anson0910 avatar anson0910 commented on June 8, 2024
About training

from cnn_face_detection.

Comments (3)

anson0910 avatar anson0910 commented on June 8, 2024

Hi,
You can view as some sort of overfitting, but I think the main reason is because 12-net is too small/shallow to be discriminative, that is why the cascade is needed.
To achieve adequate results during testing using a single net, you would need to adopt a larger/deeper model.

from cnn_face_detection.

sparrow0629 avatar sparrow0629 commented on June 8, 2024

Thanks, by the way, I found you set the thresholds for 12net and 24net are 0.05 and 48net 0.3. It is necessary to set the threshold so small?

from cnn_face_detection.

anson0910 avatar anson0910 commented on June 8, 2024

Quoting the original paper :
"We then apply a 2-stage cascade consists of the 12-net and 12-calibration-net on a subset of the AFLW images to choose a threshold T 1 at 99% recall rate. Then we densely scan all background images with the 2- stage cascade. All detection windows with confidence score larger than T 1 become the negative training samples for the 24-net."

Basically, if you wish to have higher recall but do not care about precision, then the lower the better!

from cnn_face_detection.

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.