-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
50 lines (39 loc) · 2.28 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
Implementation code (V3) for cvpr 2015:
===========================================================================
W. Wang, J. Shen, F. Porikli,
Saliency-aware geodesic video object segmentation,
IEEE CVPR, pp. 3395-3402, 2015
========================================================================
The code is free to use for research purposes. If you use this software for research
purposes, you should cite [1,2] in any resulting publication.
[1] W. Wang, J. Shen, F. Porikli, Saliency-aware geodesic video object segmentation,
IEEE CVPR, pp. 3395-3402, 2015
[2] W. Wang, J. Shen, R. Yang, and F. Porikli, Saliency-aware Video Object Segmentation,
IEEE Trans. on Pattern Analysis and Machine Intelligence, 40(1):20-33, 2018
The code has been tested on 32-bit/64-bit Window and 64-bit Linux platforms with matlab
R2009b/R2011b/R2012b/R2013a/R2015. Please compile '*.cpp' files in 'subCode'.
===========================================================================
Note:
===========================================================================
The saliency demo code (computeSaliency.m) produces slightly different results
to those reported in the paper [1]. This is due to changes in the parameters and
the final saliency results are stored in data/outputs/(videoname)/final_saliency.
Saliency results stored in the folder 'intra-frame_saliency' and 'inter-frame saliency'
are generated by our intra-frame graph and inter-frame graph respectively.
We directly modify Canny as our edge detection method.
And use our function 'computeBoundary.m' for computing static boundary
for better performance with more computation time
===========================================================================
Changelog
===========================================================================
v3: Remove some unuseful functions and fix small bugs
v2: Provide binaries for 64-bit Linux and fix small bugs
v1: First public release
===========================================================================
Contact Information
===========================================================================
Email:
This code uses some public source codes from internet.
We thank all the authors for the release of their codes.