File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66# Py-CTCMetrics
77A 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
1010designed to evaluate tracking results in the format of the
1111[ Cell-Tracking-Challenge] ( https://celltrackingchallenge.net/ ) but can also be used
1212for custom results.
1313The repository contains the metrics of the
1414[ Cell-Tracking-Challenge] ( https://celltrackingchallenge.net/ ) ,
1515the [ 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).
4141The 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
4747or from the source code:
Original file line number Diff line number Diff line change 22
33setup (
44 name = "py-ctcmetrics" ,
5- version = "1.0.0 " ,
5+ version = "1.0.1 " ,
66 packages = find_packages (),
77 install_requires = [
88 "numpy" ,
You can’t perform that action at this time.
0 commit comments