GithubHelp home page GithubHelp logo

Comments (3)

DuinoDu avatar DuinoDu commented on July 28, 2024

Hey, thanks for your asking. As PNet is a fully convolution network, input size is not limited. So 37x17 is OK for the input of PNet. As for 12x12 in det1.prototxt, it is just an initialization of the network, not standing for actual image input size.

from mtcnn.

sidgan avatar sidgan commented on July 28, 2024

Could you please explain how this works? How does the network scale to each input size ?

from mtcnn.

DuinoDu avatar DuinoDu commented on July 28, 2024

It's much like rpn in fasterRCNN. The network doesn't scale each input size to a fixed size, since there is no fully connected layer in network. 12x12 is used in https://github.com/DuinoDu/mtcnn/blob/master/demo.py#L153
That means for any input size, PNet first generates feature maps. This feature maps can be any size. And then, use a sliding window to generate fixed size seed boxes, as you know, 12x12. This work is done in https://github.com/DuinoDu/mtcnn/blob/master/demo.py#L151
def generateBoundingBox(map, reg, scale, t). Then these seed boxes are moved closer to target, using bounding box regression. Besides, use the third branch---facial landmark localization to improve accuracy of face detection.

from mtcnn.

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.