Skip to content

Simple correlation filter-based MOSSE tracker using PyTorch tensor interface

Notifications You must be signed in to change notification settings

xmba15/gpu_mosse_tracker

Repository files navigation

📝 GPU (Correlation Filter based) MOSSE Tracker


Simple MOSSE tracker by correlation filters

🎉 TODO


  • gpu python version of MOSSE tracker using pytorch tensor

🎛 Dependencies


  • conda environment
conda env create --file environment.yml
conda activate mosse_tracker

🏃 How to Run


python scripts/test_tracker.py --use_gpu --video_path ./data/two_cats.mp4

💎 References


  1. Visual Object Tracking using Adaptive Correlation Filters

About

Simple correlation filter-based MOSSE tracker using PyTorch tensor interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages