Skip to content

Commit fe15402

Browse files
committed
Allow to choose arbitrary i for BC(i)
1 parent e9d1d0e commit fe15402

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -156,23 +156,23 @@ Per default, all given metrics are evaluated. You can also select the metrics
156156
you are interested in to avoid the calculation of metrics that are not in your
157157
interest. Additional arguments to select a subset of specific metrics are:
158158

159-
| Argument | Description |
160-
| --- |-----------------------------------------------------------------|
161-
| --valid | Check if the result has valid format |
162-
| --det | The DET detection metric |
163-
| --seg | The SEG segmentation metric |
164-
| --tra | The TRA tracking metric |
165-
| --lnk | The LNK linking metric |
166-
| --ct | The CT (complete tracks) metric |
167-
| --tf | The TF (track fraction) metric |
168-
| --bc | The BC(i) (branching correctness) metric |
169-
| --cca | The CCA (cell cycle accuracy) metric |
170-
| --mota | The MOTA (Multiple Object Tracking Accuracy) metric |
171-
| --hota | The HOTA (Higher Order Tracking Accuracy) metric |
172-
| --idf1 | The IDF1 (ID F1) metric |
173-
| --chota | The CHOTA (Cell-specific Higher Order Tracking Accuracy) metric |
174-
| --mtml | The MT (Mostly Tracked) and ML (Mostly Lost) metrics |
175-
| --faf | The FAF (False Alarm per Frame) metric |
159+
| Argument | Description |
160+
|----------|--------------------------------------------------------------------------------------|
161+
| --valid | Check if the result has valid format |
162+
| --det | The DET detection metric |
163+
| --seg | The SEG segmentation metric |
164+
| --tra | The TRA tracking metric |
165+
| --lnk | The LNK linking metric |
166+
| --ct | The CT (complete tracks) metric |
167+
| --tf | The TF (track fraction) metric |
168+
| --bc i | The BC(i) (branching correctness) metric. Set i >= 3 to an calculate BC(0) to BC(i) |
169+
| --cca | The CCA (cell cycle accuracy) metric |
170+
| --mota | The MOTA (Multiple Object Tracking Accuracy) metric |
171+
| --hota | The HOTA (Higher Order Tracking Accuracy) metric |
172+
| --idf1 | The IDF1 (ID F1) metric |
173+
| --chota | The CHOTA (Cell-specific Higher Order Tracking Accuracy) metric |
174+
| --mtml | The MT (Mostly Tracked) and ML (Mostly Lost) metrics |
175+
| --faf | The FAF (False Alarm per Frame) metric |
176176
---
177177

178178
To use the evaluation protocol in your python code, the code can be imported

0 commit comments

Comments
 (0)