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

Multi-camera support #293

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft

Multi-camera support #293

wants to merge 38 commits into from

Commits on Feb 2, 2024

  1. Define a UI to initialize a coordinate transformation

    Agustín Castro committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2daf7ba View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Use motion estimator and mask generator when using videos

    Agustín Castro committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b912a56 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add Ignore button

    Agustín Castro committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a0402f5 View commit details
    Browse the repository at this point in the history
  2. Add button to reset video (go to frame 1)

    Agustín Castro committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3bd7833 View commit details
    Browse the repository at this point in the history
  3. Delete points when changing the image

    Agustín Castro committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    568ccc5 View commit details
    Browse the repository at this point in the history
  4. Add logo to UI

    Agustín Castro committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ad5e190 View commit details
    Browse the repository at this point in the history
  5. Add gray background to canvas

    Agustín Castro committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    411718f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Create method to associate trackers from different cameras

    Agustín Castro committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    260cba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4951bb3 View commit details
    Browse the repository at this point in the history
  3. Make consistent writing in annotations buttons

    Agustín Castro committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    18a6baa View commit details
    Browse the repository at this point in the history
  4. Make transformation available in the transformation getter

    Agustín Castro committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    70c7b97 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Swap absolute and relative

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    edc1321 View commit details
    Browse the repository at this point in the history
  2. Fix error whenever no tracker is passed to the clusterizer

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f1eaf56 View commit details
    Browse the repository at this point in the history
  3. Add rel_to_abs transformation in tracker

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    06bf546 View commit details
    Browse the repository at this point in the history
  4. Change place of the logo

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    55e2b61 View commit details
    Browse the repository at this point in the history
  5. Create demo

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e19e6e0 View commit details
    Browse the repository at this point in the history
  6. Decrease one vote when growing or splitting

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d23466b View commit details
    Browse the repository at this point in the history
  7. Add a few warnings, and fix the output size

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7b8a286 View commit details
    Browse the repository at this point in the history
  8. Add reference name in the pickle

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    604c679 View commit details
    Browse the repository at this point in the history
  9. Add first version of README

    Agustín Castro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4c166c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Add option to set image width and height in the UI

    Agustín Castro committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6002348 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Add buttons to resize images

    Add button to load or save the state
    Agustín Castro committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f9182f6 View commit details
    Browse the repository at this point in the history
  2. When loading transformation, update finish button

    Agustín Castro committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ee91381 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Adjust the way the ids are assigned when growing/splitting

    Agustín Castro committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3236a0d View commit details
    Browse the repository at this point in the history
  2. Remove pickles in demo, add invert button to UI

    Agustín Castro authored and Agustín Castro committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3a2c9e9 View commit details
    Browse the repository at this point in the history
  3. Add an initialization delay for the clusters

    Agustín Castro authored and Agustín Castro committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    34b14ec View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Change default clusterizer delay

    Agustín Castro authored and Agustín Castro committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e001d57 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update multi camera documentation

    Agustín Castro committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5c7b4c5 View commit details
    Browse the repository at this point in the history
  2. Dockerize demo

    Agustín Castro committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    20949c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Round FPS to 2 decimal digits

    Agustín Castro committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    912e0f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Combine embeddings with spatial distance

    Agustín Castro authored and Agustín Castro committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d5347e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Make it work with reid

    Agustín Castro committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    93340cf View commit details
    Browse the repository at this point in the history
  2. Add option to only use alive objects

    Agustín Castro committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cdd3e58 View commit details
    Browse the repository at this point in the history
  3. Don't use distance functions for unmatched trackers

    Agustín Castro committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6eb462e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Keep id in cluster with greatest hit_counter when splitting

    Agustín Castro committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    7c187a2 View commit details
    Browse the repository at this point in the history
  2. Update id criteria for splitting

    Agustín Castro committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b15f4a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

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