Commit
·
1ee45aa
1
Parent(s):
78134a7
updates
Browse files- app.py +2 -2
- pred_all_green_random.npy +3 -0
app.py
CHANGED
@@ -29,8 +29,8 @@ n_patches=961
|
|
29 |
|
30 |
#pred_dict={'Trained on color images (recommended)': np.load('pred_all_scratch.npy').reshape(-1,64),
|
31 |
# 'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
|
32 |
-
pred_dict={'Trained
|
33 |
-
'Trained
|
34 |
|
35 |
random_i=np.load('random.npy')
|
36 |
|
|
|
29 |
|
30 |
#pred_dict={'Trained on color images (recommended)': np.load('pred_all_scratch.npy').reshape(-1,64),
|
31 |
# 'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
|
32 |
+
pred_dict={'Trained on normal': np.load('pred_all_scratch.npy').reshape(-1,64),
|
33 |
+
'Trained on augmented': np.load('pred_all_green_random.npy').reshape(-1,64)}
|
34 |
|
35 |
random_i=np.load('random.npy')
|
36 |
|
pred_all_green_random.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40e0b536ebcc39f3ebd77280dff718b5762f4f6c8b78fa607f1f354631ccd0ab
|
3 |
+
size 206653568
|