LICENSE.rst
MANIFEST.in
README.md
README_pypi.rst
requirements.txt
requirements_new.txt
setup.py
libreface/__init__.py
libreface/commandline.py
libreface/detect_mediapipe_image.py
libreface/utils.py
libreface.egg-info/PKG-INFO
libreface.egg-info/SOURCES.txt
libreface.egg-info/dependency_links.txt
libreface.egg-info/entry_points.txt
libreface.egg-info/requires.txt
libreface.egg-info/top_level.txt
libreface/AU_Detection/__init__.py
libreface/AU_Detection/inference.py
libreface/AU_Detection/solver_inference_image.py
libreface/AU_Detection/models/RepVGG.py
libreface/AU_Detection/models/__init__.py
libreface/AU_Detection/models/resnet18.py
libreface/AU_Recognition/__init__.py
libreface/AU_Recognition/inference.py
libreface/AU_Recognition/solver_inference_combine.py
libreface/AU_Recognition/solver_inference_image.py
libreface/AU_Recognition/models/RepVGG.py
libreface/AU_Recognition/models/__init__.py
libreface/AU_Recognition/models/mae.py
libreface/AU_Recognition/models/masking_generator.py
libreface/AU_Recognition/models/resnet18.py
libreface/AU_Recognition/models/resnet18_combine.py
libreface/Facial_Expression_Recognition/__init__.py
libreface/Facial_Expression_Recognition/inference.py
libreface/Facial_Expression_Recognition/solver_inference_image.py
libreface/Facial_Expression_Recognition/models/__init__.py
libreface/Facial_Expression_Recognition/models/repvgg.py
libreface/Facial_Expression_Recognition/models/resnet18.py
libreface/gaze_estimation/__init__.py
libreface/gaze_estimation/inference.py
libreface/gaze_estimation/solver_inference_image.py
libreface/gaze_estimation/utils.py
libreface/gaze_estimation/models/linear_lm.py
libreface/gaze_estimation/models/mae.py
libreface/gaze_estimation/models/masking_generator.py
libreface/gaze_estimation/models/mlp.py
libreface/gaze_estimation/models/mobilevit.py
libreface/gaze_estimation/models/modeling_finetune.py
libreface/gaze_estimation/models/modeling_pretrain.py
libreface/gaze_estimation/models/models_vit.py
libreface/gaze_estimation/models/resnet.py
libreface/gaze_estimation/models/resnet18.py
libreface/gaze_estimation/models/swin.py
libreface/gaze_estimation/models/swin_transformer.py
libreface/gaze_estimation/project_files/data.py
libreface/gaze_estimation/project_files/data_utils.py
libreface/gaze_estimation/project_files/gaze_inference.py
libreface/gaze_estimation/project_files/inference.py
libreface/gaze_estimation/project_files/main.py
libreface/gaze_estimation/project_files/solver_in_domain.py