Commit 88b0738b authored by Kelly Chang's avatar Kelly Chang
parents 5a17f490 de89b3df
......@@ -4,3 +4,4 @@ __pycache__
attic
*.log
/compress_start.pyc
/compress_experiment.ipynb
\ No newline at end of file
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
......@@ -151,10 +151,10 @@ if __name__ == '__main__':
scenes = file_extractor()
images = image_extractor(scenes)
image, predict, difference = plot_hist(images)
error = np.abs(image-predict)
#image, predict, difference = plot_hist(images)
#error = np.abs(image-predict)
plot_hist(images)
\ No newline at end of file
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