lingvo.tasks.car.evaluation_metadata module¶
Base class specifying metadata used in evaluation.
-
class
lingvo.tasks.car.evaluation_metadata.EvaluationMetadata(name)[source]¶ Bases:
objectInterface for defining metadata of dataset.
-
IoUThresholds()[source]¶ Dictionary of IoU thresholds for every evaluated class.
The keys of the dictionary are used to compute EvalClassIndices().
-
IgnoreClassIndices()[source]¶ List of int32 indices for the classes that should be ignored.
A detection that matches with a groundtruth bbox of any neighbor class will not be considered as false positive in eval.
-