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

Tracking for n frames and additional functionality #17

Closed
abhigoku10 opened this issue Aug 28, 2019 · 1 comment
Closed

Tracking for n frames and additional functionality #17

abhigoku10 opened this issue Aug 28, 2019 · 1 comment

Comments

@abhigoku10
Copy link

@cclauss @xinshuoweng i have few queries

  1. i wanted to have the tracking of the object for n consecutive frames currently with the reference code by changing Age and hits value i am able obtain prediction but if new objects enter inthe frame tracker module doesnot assign ID for that frame .
  2. can i use your approach for motion forecasting , if so what is the changes i have to make
  3. can 3D kalman filter be modified to other type of kalman filters
@xinshuoweng
Copy link
Owner

xinshuoweng commented Aug 28, 2019

  1. if a new object enters, you have to detect it first. This work is based on tracking-by-detection pipeline, meaning that you have to detect all the objects in advance. The tracking module is supposed to associate all the detection boxes.
  2. You can use the trajectories associated by our tracker as the input to your motion forecasting module.
  3. Yes. you can apply any filters in theory. But currently, our code only supports 3D KF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants