Files
OpenFace/.gitignore
Tadas Baltrusaitis e4a57e11d2 Updating OpenFace to version 2.2.0 (#741)
Change log:

Moving to C++17. This means that the code can only be build using C++17 compilers (e.g. g++ >8 and Visual Studio 2017, clang > 5), fixing related bugs - (#698, #629, #641)
Removing an explicit dependency on boost (all the filesystem operations are performed using std::filesystem or boost::filesysteme). If boost is available it will used boost:filesystem, otherwise std::filesystem (this requires C++17)
Visual Studio 2017 is now the main version for Visual Studio builds, VS 2015 is no longer supported
Updating OpenCV to 4.1 version (#511)
Fixing a bug with output images when using GUI (#694)
Updating RAWImage - #609, so it can be initialized from System.Drawing.Bitmap directly
Fixing overlap detection for multi face tracking (#693)
2019-07-13 19:19:20 +01:00

108 lines
3.6 KiB
Plaintext

lib/local/LandmarkDetector/model/patch_experts/cen_patches_*.dat
matlab_version/experiments_menpo/out_semifrontal/
/x64/Release/
/x64/Debug/
matlab_version/pdm_generation/menpo_pdm/old_models/
matlab_version/experiments_menpo/out_profile/
matlab_version/experiments_menpo/menpo_fit_ceclm_test_profile/
matlab_version/experiments_menpo/menpo_challenge_helpers/out_semifrontal/
matlab_version/experiments_menpo/menpo_challenge_helpers/out_profile/
matlab_version/experiments_300VW/CLNF_res_general/
matlab_version/experiments_300VW/CLM_res/
matlab_version/experiments_300VW/CECLM_res_validation/
matlab_version/experiments_300VW/CECLM_res_menpo/
matlab_version/experiments_300VW/CECLM_res_general/
matlab_runners/out_UvA_NEMO/
matlab_runners/Head Pose Experiments/experiments/
matlab_runners/Feature Point Experiments/yt_features_ceclm/
lib/local/LandmarkDetector/Release/
lib/local/LandmarkDetector/x64/
lib/local/LandmarkDetector/Debug/
lib/local/GazeAnalyser/Debug/
lib/local/FaceAnalyser/x64/
lib/local/GazeAnalyser/x64/
lib/3rdParty/dlib/x64/
lib/local/FaceAnalyser/Debug/
lib/3rdParty/dlib/Release/
lib/3rdParty/dlib/Debug/
*.ipch
exe/Recording/x64/
exe/Recording/Debug/
exe/FeatureExtraction/x64/
exe/FeatureExtraction/Debug/
exe/FaceLandmarkVidMulti/x64/
exe/FaceLandmarkVidMulti/Debug/
lib/local/FaceAnalyser/Release/
exe/FaceLandmarkVid/Release/
exe/FaceLandmarkImg/x64/
exe/FaceLandmarkVid/Debug/
exe/FaceLandmarkVid/x64/
exe/FaceLandmarkImg/Debug/
OpenFace.sdf
OpenFace.VC.opendb
matlab_runners/Feature Point Experiments/out_ceclm/
matlab_runners/Feature Point Experiments/out_clnf/
matlab_runners/Feature Point Experiments/out_svr/
exe/FaceLandmarkImg/Release/
exe/FaceLandmarkVidMulti/Release/
exe/FeatureExtraction/Release/
exe/Recording/Release/
lib/local/GazeAnalyser/Release/
exe/FaceLandmarkImg/menpo_out/
/Release/
/Debug/
matlab_runners/Demos/demo_img/
matlab_runners/Demos/demo_vid/
matlab_runners/Demos/output_features_seq/
matlab_runners/Demos/output_features_vid/
exe/FeatureExtraction/experiments/
matlab_runners/Feature Point Experiments/300VW_features/ceclm/
matlab_runners/Feature Point Experiments/300VW_features/clnf/
matlab_runners/Feature Point Experiments/yt_features_clm/
matlab_runners/Feature Point Experiments/yt_features_clnf/
matlab_runners/Action Unit Experiments/out_DISFA/
matlab_runners/Action Unit Experiments/out_fera/
matlab_runners/Action Unit Experiments/out_SEMAINE/
matlab_runners/Gaze Experiments/mpii_out/
*.vspx
matlab_version/AU_training/experiments/full_model_training/mat_models_o/
lib/local/Utilities/x64/Release/
lib/local/Utilities/x64/
exe/FaceLandmarkImg/processed/
matlab_runners/Demos/processed_features/
matlab_runners/Feature Point Experiments/yt_res/
matlab_runners/Feature Point Experiments/300W_experiments/
gui/OpenFaceOffline/obj/Release/
lib/local/CppInerop/x64/
gui/OpenFaceOffline/obj/Debug/
gui/HeadPose-live/obj/x86/
gui/OpenFaceDemo/obj/Debug/
gui/OpenFaceDemo/obj/Release/
gui/HeadPose-live/obj/Release/
gui/HeadPose-live/obj/Debug/
lib/3rdParty/CameraEnumerator/x64/
matlab_runners/Action Unit Experiments/out_bosph/
matlab_runners/Action Unit Experiments/out_bp4d/
matlab_runners/Feature Point Experiments/300VW_experiment/
gui/OpenFaceOffline/obj/
gui/OpenFaceDemo/obj/
exe/FeatureExtraction/processed/
exe/FaceLandmarkVidMulti/processed/
lib/3rdParty/CameraEnumerator/Release/
lib/local/CppInerop/Release/
lib/local/Utilities/Release/
matlab_runners/Demos/processed/
exe/releases/OpenFace_*
*.suo
.vs/OpenFace/v15/
/build/
matlab_runners/Action Unit Experiments/AU_predictions/
lib/local/Utilities/Debug/
lib/3rdParty/CameraEnumerator/Debug/
lib/local/CppInerop/Debug/
*.user
# IDE-generated folders
.idea