Implement equivalence relation on video annotations
Suppose we have two video annotation sequences, a_1
and a_2
. We need a function which answers two questions:
- Do
a_1
anda_2
represent the same sequence of actions? - If so, how much agreement is there between the start and end times of each action in the sequence?