Giter VIP home page Giter VIP logo

Comments (3)

amirhfarzaneh avatar amirhfarzaneh commented on July 17, 2024

If you mean data augmentation by distortion then no! Data augmentation is a common practice only for the training set. Some people also do data augmentation on the test set to see if their network generalizing well or not. On the other hand, pre-processing is different than data augmentation. The authors apply pre-processing to enhance the contrast between the face and background. They are actually doing histogram equalization. You want your test set and train set to be of same distribution and since pre-processing is already applied on training set you have to apply it on the test set as well. You might notice performance decrease if you don't pre-process your test set. You can read more about other pre-processing techniques for FER applications in this survey: https://arxiv.org/abs/1804.08348

from ferplus.

handav avatar handav commented on July 17, 2024

from ferplus.

amirhfarzaneh avatar amirhfarzaneh commented on July 17, 2024

There is no cropping to the face that I'm aware of!

  • resize to 64x64
  • normalize
  • pre-process

These three steps are necessary!

from ferplus.

Related Issues (16)

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.