Skip to content

Commit

Permalink
Start implementing traccuracy support
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Sep 13, 2023
1 parent a75aad9 commit 87aed16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions elf/tracking/metrics.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"""Tracking metrics implemented with [traccuracy](https://github.com/Janelia-Trackathon-2023/traccuracy).
"""
import traccuracy
from traccuracy import run_metrics
from traccuracy.matchers import CTCMatched
from traccuracy.metrics import CTCMetrics, DivisionMetrics


def build_gt_graph():
pass


def compute_ctc_metric(lineage_graph, gt_graph):
pass

0 comments on commit 87aed16

Please sign in to comment.