MaoXu / Joint_Bayesian

According to the paper "Bayesian Face Revisited: A Joint Formulation", the repository realizes the algorithm of Joint Beyesian with Matlab and achieve the same result as the paper
36 stars 24 forks source link

got A and G with negative number #3

Open shengxingdong opened 8 years ago

shengxingdong commented 8 years ago

matrix A and G should be nonnegative positive semi-definite. I used zero-centered feature(not the face data) to train, but I got A and G which are not positive semi-definite. what could be the problem?