traccuracy.track_errors._ctc
Module Contents
Functions
|
Annotates ground truth and predicted graph with node and edge error types |
|
Count vertex errors and assign class to each comp/gt node. |
|
Attributes
- 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]