Commit de89b3df authored by Nathaniel Callens's avatar Nathaniel Callens

d

parent 0518518b
......@@ -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