mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 13:02:30 +00:00
24 lines
879 B
Plaintext
24 lines
879 B
Plaintext
This folder contains a lot of model training code for OpenFace modules
|
|
|
|
//====================== Action Units ==========================//
|
|
|
|
AU_training - contains facial expression training modules
|
|
|
|
//====================== SVR and CLNF patch expers ======= //
|
|
|
|
You can find the CLNF and SVR patch training code in CCNF folder
|
|
|
|
//====================== CE-CLM patch experts ========= //
|
|
|
|
For CEN patch expert training see ce-clm_training folder
|
|
|
|
//====================== Point distribution models ===//
|
|
|
|
./pdm_generation - code for training the Point Distribution Model (PDM)
|
|
|
|
//===================== Landmark utilities ===============//
|
|
|
|
./bounding_box_mapping - how to convert from arbitrary bounding boxes of face detectors to ones needed by OpenFace
|
|
|
|
./learn_error_mapping - learning how much to trust the CE-CLM likelihoods at different views to help choose best hypotheses
|