diff --git a/README.md b/README.md index 9c57ef8..60e30cb 100644 --- a/README.md +++ b/README.md @@ -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). --- diff --git a/setup.py b/setup.py index 4a194e9..2ea7885 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="py-ctcmetrics", - version="1.0.0", + version="1.0.1", packages=find_packages(), install_requires=[ "numpy",