Coder Social home page Coder Social logo

The details in Training about pico HOT 5 OPEN

wg1989john avatar wg1989john commented on August 19, 2024
The details in Training

from pico.

Comments (5)

nenadmarkus avatar nenadmarkus commented on August 19, 2024
  1. Yes, I've tried gradient images. However, these do not work well with pico due to aliasing problems (binary tests "miss" a lot of edges). You can try to learn your own detector using gradients: modify genki.py and background.py to generate a dataset processed with a gradient operator.
  2. Could you explain your proposal in more detail?

from pico.

wg1989john avatar wg1989john commented on August 19, 2024

Now, in each internal node, you just try 256 pixel pairs, and find the best with least WMSE(Weighted Mean Square Error, Equation 2 in paper). Our goal here is to find a pair of pixels which can divide the training samples into two groups separately. My proposal is

  1. Get the average image of all face samples of current internal node (i.e the first pixel of average image is the average of the first pixel of all face samples of current internal node)
  2. Pick the maximum pixel and minimum pixel of the average image as the pixel pair for this internal node.
  3. It will work because average image of the nonface should be uniform, while most face image have bigger pixel value at location of maximum of average image and less pixel value at location of minimum of average image.

By the way, I found that your face detector is not good for people with cap and girls with bangs.

from pico.

YangUSTC avatar YangUSTC commented on August 19, 2024

Hi wg1989john
"2.Pick the maximum pixel and minimum pixel of the average image as the pixel pair for this internal node." Do you mean that you want to change the way to select pixel pairs ? maybe it works. but how about the detection speed?

from pico.

wg1989john avatar wg1989john commented on August 19, 2024

Hi YangUSTC
It only affects training, not detection.

from pico.

symisc avatar symisc commented on August 19, 2024

@wg1989john

Your idea is cool. But while building the tree and we get only nonface images in a subtree (pure subtree). Instead of calculating average image what should we use?

from pico.

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.