Python Module Index

a | d | e | h | i | m | p | r | s | v
 
a
au_gui A GUI for viewing a picture and the associated action units and emotion prediction.
AUGui
AUScorer An action unit scorer
AUvsEmotionGenerator Creates dataframe with action units for all patients, days, and sessions
 
d
datavis
    datavis.heatmap_data_vis
    datavis.ml_pr_vis
 
e
EmotionPredictor Use this script to run classifiers on emotion data
 
h
HappyVidMarker A script for marking all videos with happy graph
heatmap_data_vis A script with functions for creating a emotion heatmap.
 
i
ImageCropper A class for cropping a series of images given bounding boxes and center-of-nose coordinates. Note that this is much less performant than VidCropper, making a video is recommended.
 
m
ml_pr_vis A script with functions for doing ML and visualizing probability/recall graphs thereof
 
p
pipeline
    pipeline.HappyVidMarker
 
r
runners
    runners.CropAndOpenFace
    runners.ImageCropper
    runners.MultiCropAndOpenFace
    runners.SecondRunOpenFace
    runners.VidCropper
 
s
scoring
    scoring.AUScorer
    scoring.AUvsEmotionGenerator
    scoring.EmotionPredictor
    scoring.MultiPrevalenceScorer
 
v
VidCropper A class for cropping a video given bounding boxes. Aims to be much more performant than ImageCropper for essentially the same purpose.