Closed imnaren142 closed 6 years ago
This codebase is implemented for humans, but there's no reason for it to be limited to that. The same ideas apply to any object. The speed of the tracker is mostly limited by the detector; our best model used a Resnet-101+FPN based detector, which can be replaced by shallower networks that are much faster.
So,will using a detector like yolo improve the time significantly to run in real time?
@naren142 Have you improved the time significantly to run in real time by yolo V3? so we should train the model from scratch?
Can we use this tracker for any type of objects or only for human body?? And is this the real time tracker?