Skip to content

Readme makeup #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading