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

GSOC17 - Facemark API #1257

Merged
merged 56 commits into from Oct 27, 2017
Merged

GSOC17 - Facemark API #1257

merged 56 commits into from Oct 27, 2017

Commits on Oct 2, 2017

  1. Initial commit of facemark API

    Initial structure of the facemark API and AAM header
    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    a9cf839 View commit details
    Browse the repository at this point in the history
  2. make training function as virtual

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    c428e6f View commit details
    Browse the repository at this point in the history
  3. Add: dataset parser

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    de10570 View commit details
    Browse the repository at this point in the history
  4. Bug fix: clear the container before add points

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    f2cd308 View commit details
    Browse the repository at this point in the history
  5. Add: AAM training - procrustes analysis

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    fe1b1fa View commit details
    Browse the repository at this point in the history
  6. Add AAM model

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    e180367 View commit details
    Browse the repository at this point in the history
  7. Added training function for AAM

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    adcb015 View commit details
    Browse the repository at this point in the history
  8. Building bot fixes: remove training overload, explicit cast to float …

    …for atof
    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    f8e5ec3 View commit details
    Browse the repository at this point in the history
  9. + add dependency: imgcodecs

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    10065e4 View commit details
    Browse the repository at this point in the history
  10. Build bot fixes: add imgproc.hpp and type casting

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    89c766d View commit details
    Browse the repository at this point in the history
  11. Building bot fix: type casting

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    97e798d View commit details
    Browse the repository at this point in the history
  12. fixing the AAM training to match with Matlab version

    fewer model parameters, change the image warp method, change the feature extraction method
    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    181364d View commit details
    Browse the repository at this point in the history
  13. add: AAM fitting

    added several functionalities for fitting
    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    04279f3 View commit details
    Browse the repository at this point in the history
  14. fix warings

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    e51d66a View commit details
    Browse the repository at this point in the history
  15. Add: transformation for the initial fitting

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    04d6164 View commit details
    Browse the repository at this point in the history
  16. add sample file for aam implementation

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    a9520cf View commit details
    Browse the repository at this point in the history
  17. fix warning

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    38fd88a View commit details
    Browse the repository at this point in the history
  18. Add LFB Header

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    0952465 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    30354f7 View commit details
    Browse the repository at this point in the history
  20. add: LBF prepare training data

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    a0682d0 View commit details
    Browse the repository at this point in the history
  21. add: data augmentation

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    a7785c2 View commit details
    Browse the repository at this point in the history
  22. change to double

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    de4cf27 View commit details
    Browse the repository at this point in the history
  23. add: getMeanShape

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    b9b5780 View commit details
    Browse the repository at this point in the history
  24. shuffling the dataset and parameters initialization

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    d98809c View commit details
    Browse the repository at this point in the history
  25. add: initial structure of LBF class

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    bd3d724 View commit details
    Browse the repository at this point in the history
  26. add: getDeltaShapes

    Difference between the current shape and the desired shape
    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    8bba247 View commit details
    Browse the repository at this point in the history
  27. add: random forest training

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    d61ffe8 View commit details
    Browse the repository at this point in the history
  28. generate lbf features

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    25c791e View commit details
    Browse the repository at this point in the history
  29. global regression

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    7034d10 View commit details
    Browse the repository at this point in the history
  30. save training data

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    80dcad8 View commit details
    Browse the repository at this point in the history
  31. fix the parameter initialization

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    e6b7855 View commit details
    Browse the repository at this point in the history
  32. set the default parameters

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    8f7793a View commit details
    Browse the repository at this point in the history
  33. add: initial version of lbf sample

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    41e56cf View commit details
    Browse the repository at this point in the history
  34. update the current shape

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    1b8b50e View commit details
    Browse the repository at this point in the history
  35. compute error

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    0e4efe5 View commit details
    Browse the repository at this point in the history
  36. add: prediction function

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    b3f6944 View commit details
    Browse the repository at this point in the history
  37. fix some warnings

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    c208c62 View commit details
    Browse the repository at this point in the history
  38. fitting function

    the result is mis-aligned, shuould be double checked
    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    1468c4e View commit details
    Browse the repository at this point in the history
  39. add: fitting in the demo

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    d8b40e8 View commit details
    Browse the repository at this point in the history
  40. add dependencies

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    91942e6 View commit details
    Browse the repository at this point in the history
  41. Add: tutorial

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    883819c View commit details
    Browse the repository at this point in the history
  42. add: load model

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    971e848 View commit details
    Browse the repository at this point in the history
  43. fixing training

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    977c867 View commit details
    Browse the repository at this point in the history
  44. use user defined face detector

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    9768a62 View commit details
    Browse the repository at this point in the history
  45. Documents, tests, and samples

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    6a85337 View commit details
    Browse the repository at this point in the history
  46. Allow custom parameters

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    060ee50 View commit details
    Browse the repository at this point in the history
  47. Cleaning up

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    eee7ac8 View commit details
    Browse the repository at this point in the history
  48. Copy the full SHA
    3f1f886 View commit details
    Browse the repository at this point in the history
  49. AAM scales

    kurnianggoro authored and unknown committed Oct 2, 2017
    Copy the full SHA
    bc5a784 View commit details
    Browse the repository at this point in the history
  50. Copy the full SHA
    7fc15de View commit details
    Browse the repository at this point in the history
  51. change path to lbp cascade

    alalek committed Oct 2, 2017
    Copy the full SHA
    367fc87 View commit details
    Browse the repository at this point in the history
  52. face: avoid memory leaks

    alalek committed Oct 2, 2017
    Copy the full SHA
    0716019 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Copy the full SHA
    41c708c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Copy the full SHA
    9f90785 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb63240 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Copy the full SHA
    ae84821 View commit details
    Browse the repository at this point in the history