Eigenfaces icon indicating copy to clipboard operation
Eigenfaces copied to clipboard

Question about whether this code can really work or not.

Open zhji2822 opened this issue 7 years ago • 2 comments

There is some weird problem show up once we are trying to apply this eigenface code. First, if we change the size of train_faces_count a little, the accuracy will decrease a lot. Second, I tried to plot the image of the eigenvector here an it showed some value nearly zero. I am doubting, and maybe I am wrong, please let me know if anyone have a better idea what is going on. Thank you

zhji2822 avatar Dec 10 '18 16:12 zhji2822

@zhji2822 What's the weird problem?

clhne avatar Dec 11 '18 03:12 clhne

As I mentioned, after I change the number of the train_face_count. the accuracy will drop a lot. second, I think we can print out the eigenvector(eigenface) in this case but here what I got was vectors that is nearly zero. I think this is wired.

zhji2822 avatar Dec 12 '18 18:12 zhji2822