Skip to content
Snippets Groups Projects
Commit 9bdb3c4a authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 34bd2c57
No related branches found
No related tags found
No related merge requests found
...@@ -1064,6 +1064,15 @@ def analyze_5cat(file): ...@@ -1064,6 +1064,15 @@ def analyze_5cat(file):
# cp = tup[3] # cp = tup[3]
# from util.plot import plot_image # from util.plot import plot_image
# from deeplearning.cloud_fraction_fcn_viirs import analyze_5cat
# cm_0_1, cm_1_2, cm_0_2, acc, recall, prec, mcc, lbls, pred = analyze_5cat('/Users/tomrink/cld_frac_viirs.npy')
# from util.bar_plot import do_plot
# do_plot(['ACC', 'RECALL', 'PREC', 'MCC'], [[acc[0], recall[0], prec[0], mcc[0]],
# [acc[1], recall[1], prec[1], mcc[1]],
# [acc[2], recall[2], prec[2], mcc[2]]],
# ['CLR v MIX', 'MIX v CLD', 'CLR v CLD'], ['green', 'blue', 'black'],
# title='CLD FRAC', xlabel='Metric', barWidth=0.15, ylim=[0.4, 1.0])
if __name__ == "__main__": if __name__ == "__main__":
nn = SRCNN() nn = SRCNN()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment