# bacf_python **Repository Path**: greitzmann/bacf_python ## Basic Information - **Project Name**: bacf_python - **Description**: A port of implementation fo BACF to python 2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A port of [BACF in Matlab](http://www.hamedkiani.com/bacf.html) to python 2 Python 2 implementation of Background-Aware Correlation Filters for visual tracking. For more detail, please refer to [arXiv paper](https://arxiv.org/abs/1703.04590) and [the author's website ](http://www.hamedkiani.com/bacf.html) ![tracking_result_with_response](https://user-images.githubusercontent.com/12559799/30769981-61fa6fea-a060-11e7-9c0a-854131931867.png) # Requirements - python 2 - numpy - scipy - opencv - PIL - matplotlib # Usage `python demo_on_otb.py --visualization`