All Projects → saisrivatsan → Saliency-Objectness

saisrivatsan / Saliency-Objectness

Licence: other
No description or website provided.

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Saliency-Objectness

PySODEvalToolkit
PySODEvalToolkit: A Python-based Evaluation Toolbox for Salient Object Detection and Camouflaged Object Detection
Stars: ✭ 59 (+136%)
Mutual labels:  saliency, saliency-detection
Saliency-Evaluation-Toolbox
This Toolbox contains E-measure, S-measure, weighted F & F-measure, MAE and PR curves or bar metrics for salient object detection.
Stars: ✭ 78 (+212%)
Mutual labels:  saliency, saliency-detection
dcsp segmentation
No description or website provided.
Stars: ✭ 34 (+36%)
Mutual labels:  saliency
TFT-LCD defects detecter-Qt-opencv
TFT-LCD defects detecter based on the improved saliency model
Stars: ✭ 26 (+4%)
Mutual labels:  saliency-detection
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+12664%)
Mutual labels:  saliency
RGBD-SODsurvey
RGB-D Salient Object Detection: A Survey
Stars: ✭ 171 (+584%)
Mutual labels:  saliency
RGBD-SOD-datasets
All those partitioned RGB-D Saliency Datasets we collected are shared in ready-to-use manner.
Stars: ✭ 46 (+84%)
Mutual labels:  saliency-detection
PyTorch-UNet
PyTorch Implementation for Segmentation and Saliency Prediction
Stars: ✭ 21 (-16%)
Mutual labels:  saliency-detection
DINet
A dilated inception network for visual saliency prediction (TMM 2019)
Stars: ✭ 25 (+0%)
Mutual labels:  saliency
GuidedLabelling
Exploiting Saliency for Object Segmentation from Image Level Labels, CVPR'17
Stars: ✭ 35 (+40%)
Mutual labels:  saliency
ViNet
ViNet Pushing the limits of Visual Modality for Audio Visual Saliency Prediction
Stars: ✭ 36 (+44%)
Mutual labels:  saliency
ASNet
Salient Object Detection Driven by Fixation Prediction (CVPR2018)
Stars: ✭ 41 (+64%)
Mutual labels:  saliency
smartImgProcess
手工实现的智能图片处理系统 包含基础的图片处理功能 各类滤波 seam carving算法 以及结合精细语义分割信息 实现智能去除目标的功能
Stars: ✭ 22 (-12%)
Mutual labels:  saliency
p2016-rss-small-target
Jing Lou, Wei Zhu, Huan Wang, Mingwu Ren*, “Small Target Detection Combining Regional Stability and Saliency in a Color Image,” Multimedia Tools and Applications, vol. 76, no. 13, pp. 14781-14798, 2017.
Stars: ✭ 25 (+0%)
Mutual labels:  saliency
ICON
(TPAMI2022) Salient Object Detection via Integrity Learning.
Stars: ✭ 125 (+400%)
Mutual labels:  saliency
S-measure
Structure-measure: A New Way to Evaluate Foreground Maps, IJCV2021 (ICCV 2017-Spotlight)
Stars: ✭ 43 (+72%)
Mutual labels:  saliency
Pytorch Cnn Visualizations
Pytorch implementation of convolutional neural network visualization techniques
Stars: ✭ 6,167 (+24568%)
Mutual labels:  saliency
WSCNNTDSaliency
[BMVC17] Weakly Supervised Saliency Detection with A Category-Driven Map Generator
Stars: ✭ 19 (-24%)
Mutual labels:  saliency
GBVS360-BMS360-ProSal
Extending existing saliency prediction models from 2D to omnidirectional images
Stars: ✭ 25 (+0%)
Mutual labels:  saliency
HCA saliency codes
Codes for HCA (Hierarchical Cellular Automata for Visual Saliency) accepted by IJCV 2018.
Stars: ✭ 18 (-28%)
Mutual labels:  saliency-detection

Salient Object Detection via Objectess Measure

Introduction

This demo shows how to use Saliency Objectness [1], as well as Saliency Optimization [2], Saliency Filter [3], Geodesic Saliency [4], and Manifold Ranking [5].

Visit our Project Webpage for more details

Code for [1] by Sai Srivatsa R
Code for [2,3,4,5] by Wangjiang Zhu

If you use this code, please cite both [1] and [2].

Instructions

To run the demo for default images stored in Data\SRC and to perform evaluation run: >>demo.
The saliency maps are stored in Data\Res .

To obtain saliency maps for custom images using our approach and other methods:

  1. Add the required files to Data\SRC .
  2. Add the Objectness Proposals generated by BING [6] to BingBoxes\ .
  3. Now run the demo: >>demo.

To evaluate our approach and other methods:

  1. add the ground truth images to Data\GT.
  2. Now run the demo: >>demo.

References

[1] Sai Srivatsa R, R Venkatesh Babu. Salient Object Detection via Objectness Measure. In ICIP, 2015.

[2] Wangjiang Zhu, Shuang Liang, Yichen Wei, and Jian Sun. Saliency Optimization from Robust Background Detection. In CVPR, 2014.

[3] F. Perazzi, P. Krahenbuhl, Y. Pritch, and A. Hornung. Saliency filters: Contrast based filtering for salient region detection. In CVPR, 2012.

[4] Y.Wei, F.Wen,W. Zhu, and J. Sun. Geodesic saliency using background priors. In ECCV, 2012.

[5] C. Yang, L. Zhang, H. Lu, X. Ruan, and M.-H. Yang. Saliency detection via graph-based manifold ranking. In CVPR, 2013.

[6] M.M Cheng and Z. Zhang and W. Y. Lin and P. H. S. Torr. Binarized Normed Gradients for Objectness Estimation at 300fps. In CVPR, 2014.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].