Skip to content

zhaoyang1708/epic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPIC

Dense Semantic Correspondence where Every Pixel is a Classifier

Hilton Bristow, Jack Valmadre and Simon Lucey,
"Dense Semantic Correspondence where Every Pixel is a Classifier",
International Conference on Computer Vision (ICCV), 2015

EPiC solves the dense semantic correspondence problem by constructing an LDA classifier around every pixel in the source image, and convolving it with every point in the target image to produce a probability likelihood estimate.

The best correspondence is then estimated by regularizing the likelihood with spatial constraints.

Instalation

Using pip, the repository can be cloned and built automatically:

pip install git+https://github.com/hbristow/epic

The requirements are pure-Python, and will be retrieved automatically

NOTES

The initial public release of this research only contains code to build and apply detectors on image pairs. It does not contain functionality to perform regularization. We are working to provide wrappers to SIFT Flow.

About

Dense Semantic Correspondence where Every Pixel is a Classifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%