-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
59 lines (37 loc) · 2.04 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Visual Tracking Using Attention-Modulated Disintegration and Integration
J. Choi, H. J. Chang, J. Jeong, Y. Demiris, J. Y. Choi
CVPR2016
________________
Project webpage: https://sites.google.com/site/jwchoivision/home/sct
This MATLAB program implements a visual tracker, SCT4.
It is free for research use. If you find it useful, please acknowledge the paper
above with a reference.
__________
Quickstart
1. Extract the zip-file somewhere.
2. Run 'demo.m'
3. The tracking results of sample video ('Deer') will be shown.
__________
References
[1] J. Choi, H. J. Chang, J. Jeong, Y. Demiris, J. Y. Choi, "Visual Tracking
Using Attention-Modulated Disintegration and Integration", CVPR, 2016
[2] P. Dollar, ¡°Piotr¡¯s Computer Vision Matlab Toolbox (PMT)¡±,
http://vision.ucsd.edu/?pdollar/toolbox/doc/index.html.
[3] J. F. Henriques, R. Caseiro, P. Martins, and J. Batista, ¡°HighSpeed Tracking
with Kernelized Correlation Filters¡±, IEEE Transactions on PAMI, 2015
[4] Y. Wu, J. Lim, M.-H. Yang, "Online Object Tracking: A Benchmark", CVPR 2013.
Website: http://visual-tracking.net/
[5] P. Dollar, S. Belongie, P. Perona, "The Fastest Pedestrian Detector in the
West", BMVC 2010.
_____________________________________
Copyright (c) 2016, Jongwon Choi
Permission to use, copy, modify, and distribute this software for research
purposes with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.