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

Develop #378

Merged
merged 9 commits into from
Jul 15, 2020
Merged

Develop #378

merged 9 commits into from
Jul 15, 2020

Commits on Jul 10, 2020

  1. Allow exporting entire annotated video.

    Re-named menu command so it's clearer (and adjusted doc).
    ntabris committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    05cded6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87bd4a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcc3a3a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Support for instance-following crop in vis output.

    Crop follows the *median* of instance centroids (actually it's a
    moving average to smooth crop movement).
    
    In the GUI you can select none/half/quarter crops; the cli allows
    you to specify exact x,y crop size. There's currently no checking
    that crop size is <= image size.
    
    For issue #233.
    ntabris committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    72c84d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Add basic metrics GUI.

    For issue #291.
    ntabris committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    833b19b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    3cac9ae View commit details
    Browse the repository at this point in the history
  2. Make sure we got frames when safely loading frames

    Previously there would be an error when trying to stack frames
    if we didn't get any.
    ntabris committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    fd98f13 View commit details
    Browse the repository at this point in the history
  3. Bug fixes to metrics dialogs.

    Don't require labels filename, check for skeleton in config and
    in val labels (and don't die if not found).
    
    Added human-readable labels for metrics in detailed dialog.
    
    Increased subdir search depth.
    ntabris committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a59859e View commit details
    Browse the repository at this point in the history
  4. Bump version.

    ntabris committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c0f57aa View commit details
    Browse the repository at this point in the history