Circularmachines
commited on
Commit
•
32716f3
1
Parent(s):
65ce697
updates
Browse files- app.py +2 -2
- pred_all_green_random.npy +1 -1
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 on
|
33 |
-
|
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 augmented images 230809': np.load('pred_all_green_random.npy').reshape(-1,64),
|
33 |
+
'Trained on unaugmented images 230805': np.load('pred_all_scratch.npy').reshape(-1,64)}
|
34 |
|
35 |
random_i=np.load('random.npy')
|
36 |
|
pred_all_green_random.npy
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 206653568
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fd899da11eeffcfbfdbcbef8d465fcd428cad3cc225ad68bd09a7ee0fb414aa
|
3 |
size 206653568
|