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

How can I integrate Detectron with this tracking algorithm? #16

Closed cppntn closed 6 years ago

cppntn commented 6 years ago

What parts of this repository do i need to interface the tracking part with the results obtained running detectron on video frames?

Thanks

rohitgirdhar commented 6 years ago

Most of the tracking code is contained in the lib/core/tracking_engine.py