Removed writing the test.png, wasn't meant to be commited.

pull/11/head
Philipp Wagner 12 years ago
parent 45e44442ad
commit 6161a3335c
  1. 1
      samples/python2/facerec_demo.py

@ -131,7 +131,6 @@ if __name__ == "__main__":
# Now let's get some data:
mean = model.getMat("mean")
eigenvectors = model.getMat("eigenvectors")
cv2.imwrite("test.png", X[0])
# We'll save the mean, by first normalizing it:
mean_norm = normalize(mean, 0, 255, dtype=np.uint8)
mean_resized = mean_norm.reshape(X[0].shape)

Loading…
Cancel
Save