Giter Club home page Giter Club logo

similari's People

Contributors

abramov-oleg avatar bwsw avatar callanoc avatar calvinbeeguard avatar denisvmedyantsev avatar simgt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

similari's Issues

No source distributions on PyPi

No source distributions are available pn PyPi making it impossible to upgrade similari-trackers-rs further than version 0.26.5 using pip install --upgrade and so even with the --no-binary or --no-cache-dir options.

Improve SORT trackers

  1. Unify IoU and Mahalanobis SORTS to decrease the codebase;
  2. Add the capability to pass custom_object_id.

EpochDB trait not public

Hi,

I would like to implement a custom Tracker using the TrackerAPI, whose signature is

pub trait TrackerAPI<TA, M, OA, E, N>
where
    TA: TrackAttributes<TA, OA>,
    M: ObservationMetric<TA, OA>,
    OA: ObservationAttributes,
    N: ChangeNotifier,
    E: EpochDb,
{ ..ย }

while the trait is public, the module containing the definition is not trackers.rs:

/// Trait that implements epoch db management
mod epoch_db;

Using the pre-implemented SortAttributesOptions is also not possible as the trait's functions are also private, ie. epoch_db() or next_epoch(), therefor I can't use them in my custom implementation without bringing EpochDb into scope.

Is the EpochDB mod deliberately private or I missing something in the API design? Or could we just:

- mod epoch_db;
+ pub mod epoch_db;

Cheers

2D Kalman Point Filter with missing data

Greetings, I would like use the class Point2DKalmanFilter for tracking 2d points on a map, say car/plane movements.
How do I properly handle missing data?

One approach would be to set the covariance matrix to a large number, following 1, 2.

I was unable to find a method to directly modify Point2DKalmanFilterState to accomplish that.

Is this the approach you rely on for missing data? I may open a PR with this functionality added, if needed.

Spatio-Temporal Constaints

To implement the way to split the objects space based on maximal distance for epochs spent between the last merge and a new observation.

Publish to crates.io

Would it be possible to publish the latest version on crates.io? Thanks a lot!

Batch tracker for Sort

Many real-time deep learning inference systems that utilize Gstreamer like Nvidia DeepStream, AMD Vitis, and Intel DLStreamer operate with image batches when doing the inference. Thus the tracker must support the batched processing when the batch elements are sent to the tracker at once and awaiting when it completes. This processing approach is way more efficient than sending every element of the batch to the tracker and awaiting for the tracking prediction to complete.

Build without Python support?

I have the same issue as #67 with roughly the same configuration. Because my project is made for multiple hosts configurations, adding a dependency on Python through PyO3 without a very good reason is almost a deal breaker.

Is there any plans to make the Python bindings an optional feature?

Kalman Filter prediction is ran after IOU matching is done

With SORT, I think you are supposed to calculate the prediction on all tracked objects before the IOU association is done. The current implementation looks like it only runs the prediction if the IOU matches.

This also means that any idle item doesn't advance correctly with time.

Furthermore, if you are skipping epics, the prediction should be executed for those skipped epics. Otherwise, the bounding box would be stuck in older epics.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.