jongwon20000 / ACFN

Attentional Correlation Filter Network for Adaptive Visual Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attentional Correlation Filter Network for Adaptive Visual Tracking

    Jongwon Choi, 2017
    https://sites.google.com/site/jwchoivision/home/acfn-1

    When you use this code for your research, please refer the below reference.
    You can't use this code for any commercial purpose without author's agreement.
    If you have any question or comment, please contact to jwchoi.pil@gmail.com.


    Python & matlab code for attentional correlation filter network
	Attentional network : Attentional_Network_final.ipynb
	Correlation filter network ; ACFN_final/demo.m
	Two codes are communicated by socket communication. 
	(Default port = 50005)


    Running environment:
	Linux Ubuntu 14.04.5 LTS
	ipython 5.1.0
	tensorflow 0.10.0rc0
	CUDA Release 8.0, V8.0.26
	MATLAB 2015b

 
   Reference
    [1] Jongwon Choi, Hyung Jin Chang, Sangdoo Yun, Tobias Fischer, Yiannis Demiris, and Jin Young Choi, "Attentional Correlation Filter Network for Adaptive Visual Tracking", CVPR2017
    [2] Jongwon Choi, Hyung Jin Chang, Jiyeoup Jeong, Yiannis Demiris, and Jin Young Choi, "Visual Tracking Using Attention-Modulated Disintegration and Integration", CVPR2016


How to run the code:
	1. Run 'ACFN_final/demo.m'
	2. Run 'Attentional_Network_final.ipynb'


Q&A 1. Port connection problem
	Change the default port number from 50005 to other numbers (such as 50006, 50007) in both matlab code and python code.


-written: 20170505 Jongwon Choi

About

Attentional Correlation Filter Network for Adaptive Visual Tracking


Languages

Language:MATLAB 45.5%Language:HTML 42.5%Language:C++ 7.0%Language:C 2.5%Language:Jupyter Notebook 2.4%Language:CSS 0.1%Language:Python 0.0%