phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

How to use Tracktor Inferences #99

Closed itruonghai closed 3 years ago

itruonghai commented 4 years ago

Can I use only tracktor inferences to track (assume that we already has bounding, score and class)?

timmeinhardt commented 4 years ago

Hello, you probably have to change our code to your needs (and inputs) but yes that should be possible.

ghost commented 4 years ago

@itruonghai Were you able to track based on given detections and images?

ghost commented 4 years ago

What I would like to track is not pedestrian, I want to track cars on the road. Is it possible to track with detections and images as well?

timmeinhardt commented 3 years ago

In order to track cars, you have to train the object detector for cars and/or pedestrians. Can we close this issue?