Skip to content

Commit

Permalink
committing idr what i did
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewu2 committed Apr 30, 2013
1 parent 2e5093a commit 9431d6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions training.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ def get_weights(self):

def main(self):
self.get_face_images()
print self.faces
# print self.faces
self.mean_face()
print self.meanface
# print self.meanface
self.difference_faces()
print self.differencefaces
# print self.differencefaces
self.covariance()
print self.covmatrix
# print self.covmatrix
self.get_eigenfaces()
print self.eigenfaces
# print self.eigenfaces
self.get_weights()
print self.weights

Expand Down

0 comments on commit 9431d6d

Please sign in to comment.