Hello all,
I am new to Viper-pe and I am trying to use it to evaluate my tracking algorithm. My output is very simple, it only has one descriptor (Person) and one attribute associated (Centroid) which is a point. The tracking results I am looking for are: "correct detected tracks","track detection failure","track fragmentation", "track completeness",... However I am not sure how to configure the epf file. This is my attempt:
#BEGIN_OBJECT_EVALUATION
OBJECT Person [dice .6] // This is the metric used for the framespan
Centroid : [euclidean .5] //Metric used for attribute
#END_OBJECT_EVALUATION
#BEGIN_TRACKING_EVALUATION
OBJECT Person [dice .6] // Metric used for framespan ??
*Centroid : [euclidean .5]
#END_TRACKING_EVALUATION
Any help will be highly appreciated or any tip to point my in the right direction. Thank you.
Regards,
Emilio