iqa tools demo


i am writing a library in order to minimize the amount of code that is getting tossed around in the files. this notebook demos how to use some of the different methods in the file.


In [1]:
import os
os.environ['TF_CPP_MIN_LOG_LEVEL']='2'
import numpy as np
np.set_printoptions(threshold=np.nan)
import tensorflow as tf
import time
import pandas as pd
import matplotlib.pyplot as plt
import progressbar
import iqa_tools

In [2]:
local_path = '/home/dirty_mike/Dropbox/github/image_quality_analysis/data/sample_data/'
orig_train, recon_train, orig_test, recon_test = iqa_tools.load_data(local=True, path=local_path)

In [ ]:
recon_train.shape