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

snapshot...

parent 061e9bad
Branches
No related tags found
No related merge requests found
......@@ -888,6 +888,7 @@ def analyze(file='/Users/tomrink/cld_opd_frac.npy'):
lbls = lbls.flatten()
pred = pred.flatten()
print(np.sum(lbls == 0), np.sum(lbls == 1), np.sum(lbls == 2))
msk_0_1 = lbls != 2
msk_1_2 = lbls != 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment