Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.pad.face bob.pad.face
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.pad.facebob.pad.face
  • Merge requests
  • !83

Preprocessing and quality check

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Olegs NIKISINS requested to merge celeba_preproc into master Jan 18, 2019
  • Overview 17
  • Commits 9
  • Pipelines 10
  • Changes 10

This allows to preprocess (extract patches or entire face), and apply the quality check to the preprocessed data. If quality is bad, the preprocessed sample is not saved.

More specifically you can run a code:

./bin/spoof.py \
celeb-a \
lbp-svm \
--skip-extractor-training --skip-extraction --skip-projector-training --skip-projection --skip-score-computation --allow-missing-files \
--grid idiap \
--groups train \
--preprocessor rgb-face-detect-check-quality-128x128 \
--sub-directory <path_to_save>

It will detect the face in the CelebA, and check the quality, by applying eye-detection and estimating if detected eyes are located in the expected positions.

@heusch and @ageorge please check if fine with you. Thanks!

Edited Jan 22, 2019 by Olegs NIKISINS
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: celeba_preproc