Skip to content

Commit 9f90f26

Browse files
committed
added link to the paper
1 parent 33c5862 commit 9f90f26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55

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

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

2020
---
2121

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="py-ctcmetrics",
5-
version="1.0.0",
5+
version="1.0.1",
66
packages=find_packages(),
77
install_requires=[
88
"numpy",

0 commit comments

Comments
 (0)