nouiz / lisa_emotiw

Challenge de reco d'émotions sur les visages.
34 stars 24 forks source link

Aggregation: Code up simple heuristic learning-free aggregators #3

Open yoshua opened 11 years ago

yoshua commented 11 years ago

Coordinate with PV for interfacing with single-frame classifier output. Code up and unit-test a variety of reasonable and simple heuristics for aggregating these outputs temporally: max, mean, p-norm, noisy-or (1 - prod_t (1 - p_t)).

When the classifier outputs are ready, visualize its outputs and the outputs of the various aggregators.