Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 532 Bytes

File metadata and controls

16 lines (13 loc) · 532 Bytes

Code Structure

  1. Have the data in data folder as a subdirectory to your project folder
  2. Have the embeddings folder as a subdirectory to your project folder
  3. Features are generated in Features/(modality) directory

Architecture

  1. Extract features from each of the modalities
  2. Pass the features through a fusion model
  3. Pass the fused features through an MLP followed by a softmax output to detect truth or lie.

Transcript Features

transcript_features_1 - BERT base

Audio Features

Video Features

Affect features