Skip to content

Commit

Permalink
Merge pull request #10 from CellTrackingChallenge/readme_makeup
Browse files Browse the repository at this point in the history
Readme makeup
  • Loading branch information
TimoK93 authored Aug 22, 2024
2 parents f99a204 + 9f90f26 commit 7044521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 All @@ -41,7 +41,7 @@ installed automatically are listed in the [requirements.txt](requirements.txt).
The package can be installed via pip:

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

or from the source code:
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 7044521

Please sign in to comment.