Commit de89b3df authored by Nathaniel Callens's avatar Nathaniel Callens

d

parent 0518518b
...@@ -4,3 +4,4 @@ __pycache__ ...@@ -4,3 +4,4 @@ __pycache__
attic attic
*.log *.log
/compress_start.pyc /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__': ...@@ -151,10 +151,10 @@ if __name__ == '__main__':
scenes = file_extractor() scenes = file_extractor()
images = image_extractor(scenes) images = image_extractor(scenes)
image, predict, difference = plot_hist(images) #image, predict, difference = plot_hist(images)
error = np.abs(image-predict) #error = np.abs(image-predict)
plot_hist(images) 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