Evaluating the baseline model with temporal evaluator only takes the final predictions into account.
Include the mean prediction over the whole video in TemporalEvaluator. Add a line to the .csv results file with kind = 'mean'. Add kind = 'last' to the current line.
Evaluating the baseline model with temporal evaluator only takes the final predictions into account.
Include the mean prediction over the whole video in TemporalEvaluator. Add a line to the .csv results file with
kind = 'mean'
. Addkind = 'last'
to the current line.