Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get face candidate by sliding window and image pyramid? #11

Closed
KangolHsu opened this issue May 10, 2018 · 4 comments
Closed

get face candidate by sliding window and image pyramid? #11

KangolHsu opened this issue May 10, 2018 · 4 comments

Comments

@KangolHsu
Copy link

You said you use sliding window and image pyramid to get face candidates?
why do you use fully convolution like MT-CNN?
thanks

@Rock-100
Copy link
Owner

Rock-100 commented May 10, 2018

@KangolHsu The fully convolution network equals sliding window logically. Specifically, the stride in fully convolution network equals the sliding window stride. This is a widely used trick in recent methods, such as OverFeat, DDFD, MTCNN, etc. So I don’t specify this in paper.

@KangolHsu
Copy link
Author

But in your paper ,network of the stage 1 in Figure 6 is not a FCN ,why?

@Rock-100
Copy link
Owner

@KangolHsu Figure 6 is used to illustrate the network parameters. We transform the fully connected layers in stage one into convolutional layers during test phase. This made it possible to efficiently run the CNN on images of any size. As mentioned above, this is a widely used trick, so I don't specify the transformation in Figure 6.

@KangolHsu
Copy link
Author

OK
1zvf2la a o v uo s7pz7r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants