Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.12 KB

S-measure: A new way to evaluate foreground maps (IJCV2021)

alt tag

Publication

Structure-measure: A new way to evaluate foreground maps. IJCV2021

[pdf][中译版]

Usage

Requirement:

1. Matlab

Matlab Example

You can just run the demo.m or demo2.m to get the evaluation results.
Run demo1.m can get each map's score in the result folder. Run demo2.m can get the average S-measure score in the matlab command window.

Python version:

zzhanghub/Evaluate-SOD

Hanqer/eval-co-sod

If our code is useful for you, please cite our paper

@article{Cheng2021sMeasure,
 title={Structure-measure: A New Way to Evaluate Foreground Maps},
 author={Ming-Ming Cheng and Deng-Ping Fan},
 journal={International Journal of Computer Vision (IJCV)},
 year={2021},
 volume={129},
 number={9},
 pages={2622--2638},
 doi = {10.1007/s11263-021-01490-8},
}