A simple object tracking filter algorithm. Uses box coordinates of the target object in first frame to get an initial filter. The filter evolves in time to get detect the object better. Each successive detection updates the filter. Detections occured past in the times has low weight and effect in the future filters and eventually their effect dies out. Using the assumption that movement is continuos across the succesive frames, the next position of the object can be estimated. Therefore we can reduce our search space to narrower space which in turn enables us to achieve higher FPS.
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple object tracking filter algorithm. Uses box coordinates of the target object in first frame to get an initial filter. The filter evolves in time to get detect the object better. Each successive detection updates the filter.
ademgunesen/Simple_Tracker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple object tracking filter algorithm. Uses box coordinates of the target object in first frame to get an initial filter. The filter evolves in time to get detect the object better. Each successive detection updates the filter.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published