Skip to content

cj4L/MST-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Salient Object Detection with a Minimum Spanning Tree

salmap

This is a python re-implementation of a paper published in CVPR 2016, which can be downloaded in here

Environment you need is: Python 3, cv2 and numpy. run demo.py you will get the salmap (like the right figure). It takes about 20 seconds in my personal laptop.

There is a c++ re-implementation which is much much faster than me in here . My whole algorithm is based on this and the variable name is the same as him.

Due to the subtle differences of the sort algorithm, few pixel value of my result is slightly different.

By the way, if you use the code, please cite the following reference:

@inproceedings{Tu2016Real,
  title={Real-Time Salient Object Detection with a Minimum Spanning Tree},
  author={Tu, Wei Chih and He, Shengfeng and Yang, Qingxiong and Chien, Shao Yi},
  booktitle={IEEE Conference on Computer Vision & Pattern Recognition},
  year={2016},
}

About

A python re-implementation of Real-Time Salient Object Detection with a Minimum Spanning Tree, CVPR 2016

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages