File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Py-CTCMetrics
7
7
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
10
10
designed to evaluate tracking results in the format of the
11
11
[ Cell-Tracking-Challenge] ( https://celltrackingchallenge.net/ ) but can also be used
12
12
for custom results.
13
13
The repository contains the metrics of the
14
14
[ Cell-Tracking-Challenge] ( https://celltrackingchallenge.net/ ) ,
15
15
the [ MOTChallenge] ( https://motchallenge.net/ ) , and the
16
- [ CHOTA] ( ... ) metric.
16
+ [ CHOTA] ( https://arxiv.org/abs/2408.11571 ) metric.
17
17
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 ) .
19
19
20
20
---
21
21
@@ -41,7 +41,7 @@ installed automatically are listed in the [requirements.txt](requirements.txt).
41
41
The package can be installed via pip:
42
42
43
43
``` bash
44
- pip install git+https://github.com/CellTrackingChallenge/ py-ctcmetrics.git
44
+ pip install py-ctcmetrics
45
45
```
46
46
47
47
or from the source code:
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "py-ctcmetrics" ,
5
- version = "1.0.0 " ,
5
+ version = "1.0.1 " ,
6
6
packages = find_packages (),
7
7
install_requires = [
8
8
"numpy" ,
You can’t perform that action at this time.
0 commit comments