Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Right now the Helper computes the tracking metrics, but only within an optimization loop, sweeping over many tracking parameters. But I received two requests for a UI that simply computes the metrics, given a ground-truth and a test file.
This PR introduces a new plugin that does that:
The UI resembles the Helper's:
The user needs to specific a ground-truth (GT) path, and the path to a TrackMate file or a folder containing TrackMate files.
(Note: you can drag-and-drop files and folders onto the text field if you do not want to click the 'Browse' buttons.)
The GT path must be a folder for the CTC metrics.
For the SPT metrics, it can be a XML following the ISBI SPT challenge format, or directly a TrackMate file (which is handy).
The input can be a path to a TrackMate file, or to a folder in which all the TrackMate files will be tested against the GT.
The plugin shows results in the IJ log:
And saves them to a CSV file with possible one line per file in the folder.