Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Joint-Bayesian

Implementation of Joint-Bayesian model for face verification, written in Python.

Usage

feature = preprocess(feature)
A, G = train(feature, labels)
ratio = verify(A, G, feat1, feat2)
# ratio is the log likelihood between two features.

Dependency

Reference

Lincece

MIT

About

Implementation of joint bayesian model, written in python.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages