CellTrackingChallenge / py-ctcmetrics

Cell Tracking metrics and tools for the CellTrackingChallenge as described in 'CHOTA: A Higher Order Accuracy Metric for Cell Tracking'
BSD 2-Clause "Simplified" License
14 stars 3 forks source link

FEAT: include intermediate metrics of TRA into results #11

Open JoOkuma opened 4 hours ago

JoOkuma commented 4 hours ago

Hey @TimoK93,

Have you ever considered returning some intermediate metrics? For example, AOGM, NS, FN, FP, ED, EA, EC when TRA metric is requested. They are often reported in tracking papers.

Thanks for this packages, it's really useful!

JoOkuma commented 3 hours ago

I noticed some of them might already be there as TP, FP, FN, and IDSW, right?