xingyizhou / CenterTrack

Simultaneous object detection and tracking using center points.
MIT License
2.34k stars 525 forks source link

single object tracking #10

Open feixiangdekaka opened 4 years ago

feixiangdekaka commented 4 years ago

If the centermask  can  use for single  object teacking.

rlrahulkanojia commented 4 years ago

yes, there is a hyperparameter K in opts.py which describes the number of outputs. but which object to choose may be a tricky part.

xingyizhou commented 4 years ago

I haven't tried. A simple implementation is still tracking all objects, but just pick one as output...