File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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
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