Skip to content

Latest commit

 

History

History

rmdn_comparison

experiments/rmdn_comparison

Some code to train and predict dreyeve sequences out of the Recurrent Mixture Density Network.

Usage: python compute_c3d_features.py --seq <seq>

  • config.py holds some shared configuration parameters.
  • models.py holds two keras models, namely the C3D encoder to compute features and the RMDN model.
  • objectives.py holds the Keras backend code for the negative log likelyhood loss.
  • predict_dreyeve_sequence.py is a script that can be used to compute predictions all over a sequence.

Usage: python retrieve_c3d_encodings_from_cineca.py --host <host> --user <user> --password <password>