chushuiniba / Joint-Bayesian

Implementation of joint bayesian model, written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%