Skip to content

chetan-tutika/Object-Tracking-using-Optical-Flow-Estimation

Repository files navigation

Object-Tracking-using-Optical-Flow-Estimation

Built a multi-feature tracker that takes in object bounding boxes for the first frame and tracks them over the remaining frames

Results

2ncyec 2ncygs

Parameter tuning:

  1. Number of features:
    a. As the features tracked are increased per object, we get better approximation of how the object is moving over successive frames. But selecting too many features will affect the efficiency of the algorithm as the neighboring features across the window may be pulled in. This might adversely affect the tracking.
    b. Selecting less features might result faster feature drop. To counteract the effect, one might have to decrease the refresh rate for calculating the features which might be computationally expensive
  2. Transform:
    a. Similarity transform worked better than Affine and Holography for estimating the displacement of features
  3. Threshold:
    a. Threshold for detecting outliers depends on the displacement between successive frames. As the displacement increases the threshold increases.
  4. Update Frequency:
    a. Depends on how frequently the features are dropped in the video. As the angle of view change the features are dropped much more frequently and hence the refresh rate is much higher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages