# seism
**Repository Path**: kxuehen/seism
## Basic Information
- **Project Name**: seism
- **Description**: Supervised Evaluation of Image Segmentation Methods
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-03-23
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

Code package that implements the image segmentation measures and reproduces all results from the papers:
**Supervised Evaluation of Image Segmentation and Object Proposal Techniques**
Jordi Pont-Tuset and Ferran Marques, TPAMI 2015.
**Measures and Meta-Measures for the Supervised Evaluation of Image Segmentation**
Jordi Pont-Tuset and Ferran Marques, CVPR 2013.
The [project page](http://vision.ee.ethz.ch/~biwiproposals/seism/) contains updated evaluation, and browsable results from all techniques.
###Version history:
**v3.0**: Generalization to Pascal Context, Pascal VOC, SBD.
**v2.1**: Bug fixes over 2.0. Stable release.
**v2.0**: Beta release that includes all experiments on the PAMI paper. It includes the following improvements:
- Easily evaluate any type of format via input converters.
- Contour detectors can also be included in the precision/recall curves.
- Updated list of state-of-the-art pre-computed results (up to ICCV 2015).
- Removed dependency from BSR.
**v1.1**: Stable release, bug fixes over v1.0, still at the CVPR level.
**v1.0**: Original beta release of the code, reproducing results of the CVPR paper.