Skip to content

chenzeyuczy/Joint-Bayesian

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages