Skip to content

Commit

Permalink
added link to the paper
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoK93 committed Aug 22, 2024
1 parent 33c5862 commit 9f90f26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

# Py-CTCMetrics
A python implementation of the metrics used in the paper
[CHOTA: A Higher Order Accuracy Metric for Cell Tracking](...) by
*Kaiser et al.*. The code is
[CHOTA: A Higher Order Accuracy Metric for Cell Tracking](https://arxiv.org/abs/2408.11571) by
*Timo Kaiser et al.*. The code is
designed to evaluate tracking results in the format of the
[Cell-Tracking-Challenge](https://celltrackingchallenge.net/) but can also be used
for custom results.
The repository contains the metrics of the
[Cell-Tracking-Challenge](https://celltrackingchallenge.net/),
the [MOTChallenge](https://motchallenge.net/), and the
[CHOTA](...) metric.
[CHOTA](https://arxiv.org/abs/2408.11571) metric.

Detailed descriptions of the metrics can be found in the [paper](...).
Detailed descriptions of the metrics can be found in the [paper](https://arxiv.org/abs/2408.11571).

---

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="py-ctcmetrics",
version="1.0.0",
version="1.0.1",
packages=find_packages(),
install_requires=[
"numpy",
Expand Down

0 comments on commit 9f90f26

Please sign in to comment.