Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool to compute tracking metrics #11

Merged
merged 10 commits into from
Apr 4, 2024
Merged

Tool to compute tracking metrics #11

merged 10 commits into from
Apr 4, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    dbdc3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f76aa36 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ef5a1fb View commit details
    Browse the repository at this point in the history
  2. Don't crash if we do not provide an image when running metrics.

    Could be improved. A default string could be used instead of the empty
    string because this will be used to generated the CSV results file.
    tinevez committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    944bdfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e325dd6 View commit details
    Browse the repository at this point in the history
  4. First version of the metric computation GUI.

    A bit clumsy and the retrofit really shows.
    tinevez committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    378d344 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Rework metric computation in the runners.

    When used in the Helper:
    
    - An abstract method does the computation and return the metrics.
    - A method in the mother class calls this method and takes care of
    saving the results to a CSV file.
    
    This diminishes slightly duplicated code, allows lowering visibility
    of some methods in MetricsRunner,  but will also allow using the
    runners just to compute metrics oustide of the helper.
    
    Also for SPT runner: the units is specified at construction. Nevermind
    if we cannot get it right, it is just for display.
    tinevez committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a218c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3dce7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d578f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c999ab View commit details
    Browse the repository at this point in the history