#239 · Primary category: Computer Vision

pytracking

computer-vision machine-learning tracking visual-tracking

Visual tracking library based on PyTorch.

Project last updated:08/08/24

GitHub Stars

3.5K

Forks

614

Contributors

16

License

GPL-3.0

Why we included this project

Researchers and engineers working on visual object tracking and video object segmentation will find one of the more complete codebases here. It ships official implementations of established trackers like DiMP, PrDiMP, ToMP, and RTS, and pairs them with the datasets, evaluation scripts, and building blocks needed to reproduce published results and try your own ideas. The bundled LTR framework covers the heavy parts of training tracking networks, including data sampling and network modules, so you can focus on the model itself. A model zoo provides pretrained weights and benchmark numbers, which makes it easy to get a baseline for comparison. Expect a research-oriented toolkit rather than a plug-and-play product; you'll likely need to integrate pieces into your own pipeline.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category