nicetoolbox.detectors.method_detectors.emotion_individual.py_feat.PyFeat¶
- class nicetoolbox.detectors.method_detectors.emotion_individual.py_feat.PyFeat(config, io, data)[source]¶
Bases:
BaseDetectorThe Python - Facial Expression Analysis Toolbox (Py-feat) is a method detector that computes emotion_individual component.
Initialize the PyFeat method detector with all inference preparation.
Methods
Post processing after inference.
Runs the inference of the method detector in a separate terminal/cmd window using the specified virtual environment or conda environment.
Visualizes the processed frames of the pyfeat algorithm as a video.
Attributes
algorithmcomponents- run_inference() None¶
Runs the inference of the method detector in a separate terminal/cmd window using the specified virtual environment or conda environment. Captures the output and logs the success or failure of the inference.