Commit 6161a333 authored by Philipp Wagner's avatar Philipp Wagner

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

parent 45e44442
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment