facebookresearch / DetectAndTrack

The implementation of an algorithm presented in the CVPR18 paper: "Detect-and-Track: Efficient Pose Estimation in Videos"
Apache License 2.0
1k stars 186 forks source link

Regarding the type of objects for tracking. #18

Closed imnaren142 closed 6 years ago

imnaren142 commented 6 years ago

Can we use this tracker for any type of objects or only for human body?? And is this the real time tracker?

rohitgirdhar commented 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.

imnaren142 commented 6 years ago

So,will using a detector like yolo improve the time significantly to run in real time?

chunniunai220ml commented 5 years ago

@naren142 Have you improved the time significantly to run in real time by yolo V3? so we should train the model from scratch?