GithubHelp home page GithubHelp logo

Comments (7)

commanderka avatar commanderka commented on August 23, 2024

I have to take back my last statement. Concatenating the mirrored features improves the results. Nevertheless, I would be interested in more details concerning the multi patch approach.

from sphereface.

CasiaFan avatar CasiaFan commented on August 23, 2024

@wy1iu Could you tell us a little bit more information about your patch selection? I know one method is to crop original image centered at specific landmarks and train a new net for each.

from sphereface.

wy1iu avatar wy1iu commented on August 23, 2024

@CasiaFan Yes, you are right. Three-patch ensemble in the paper is to train three networks for three different patches, respectively. In the inference stage, we simply concatenate the features produced by the three networks. We have not used PCA to reduce the dimension, but PCA is optional here (potentially you could get better performance).

from sphereface.

CasiaFan avatar CasiaFan commented on August 23, 2024

@wy1iu Thanks for you response! But how do you choose the patches? Crop patches from aligned face region centered at some particular landmarks then resize to 96x112 before inputting to networks? Or just randomly crop with given size from initial face region?

from sphereface.

wy1iu avatar wy1iu commented on August 23, 2024

Usually we crop the face images centered at some particular landmarks, since you have to align all your training samples and testing samples. You could use cross-validation to decide how many patches and which patches you want to ensemble.

from sphereface.

JoyLuo avatar JoyLuo commented on August 23, 2024

Hi @wy1iu
"For all experiments, the final representation of a testing face is obtained by concatenating its original face features and its horizontally flipped features." It is to say, the length of 3-patch concatenating feature is 512 * 2 *3 ?
and could you tell me the accuracy position and scale of the patch for reproduce the experiment ?
Thanks a lot.

from sphereface.

JoyLuo avatar JoyLuo commented on August 23, 2024

Hi @CasiaFan
could you tell me the guideline to crop the multi-patch of face ?

from sphereface.

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.