Skip to content

Commit 7044521

Browse files
authored
Merge pull request #10 from CellTrackingChallenge/readme_makeup
Readme makeup
2 parents f99a204 + 9f90f26 commit 7044521

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
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

@@ -41,7 +41,7 @@ installed automatically are listed in the [requirements.txt](requirements.txt).
4141
The package can be installed via pip:
4242

4343
```bash
44-
pip install git+https://github.com/CellTrackingChallenge/py-ctcmetrics.git
44+
pip install py-ctcmetrics
4545
```
4646

4747
or from the source code:

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)