traccuracy.track_errors._ctc

Module Contents

Functions

evaluate_ctc_events(→ None)

Annotates ground truth and predicted graph with node and edge error types

get_vertex_errors(→ None)

Count vertex errors and assign class to each comp/gt node.

get_edge_errors(→ None)

Attributes

logger

traccuracy.track_errors._ctc.logger
traccuracy.track_errors._ctc.evaluate_ctc_events(matched_data: traccuracy.matchers._matched.Matched) None[source]

Annotates ground truth and predicted graph with node and edge error types

Annotations are made in place

traccuracy.track_errors._ctc.get_vertex_errors(matched_data: traccuracy.matchers._matched.Matched) None[source]

Count vertex errors and assign class to each comp/gt node.

Parameters:

matched_data (traccuracy.matchers.Matched) – Matched data object containing gt and pred graphs with their associated mapping

traccuracy.track_errors._ctc.get_edge_errors(matched_data: traccuracy.matchers._matched.Matched) None[source]