Commit
·
8996350
1
Parent(s):
d9f2c24
updates
Browse files- app.py +3 -3
- pred_all_green.npy +3 -0
app.py
CHANGED
@@ -13,7 +13,7 @@ st.set_page_config(layout="wide")
|
|
13 |
|
14 |
|
15 |
|
16 |
-
ds = load_dataset("Circularmachines/
|
17 |
|
18 |
|
19 |
|
@@ -27,8 +27,8 @@ gridsize=31
|
|
27 |
|
28 |
n_patches=961
|
29 |
|
30 |
-
pred_dict={'Trained on color images': np.load('
|
31 |
-
'Trained on greyscale images': np.load('
|
32 |
|
33 |
|
34 |
random_i=np.load('random.npy')
|
|
|
13 |
|
14 |
|
15 |
|
16 |
+
ds = load_dataset("Circularmachines/batch_indexing_machine_green_test", split="test")
|
17 |
|
18 |
|
19 |
|
|
|
27 |
|
28 |
n_patches=961
|
29 |
|
30 |
+
pred_dict={'Trained on color images': np.load('pred_all_green.npy').reshape(-1,64),
|
31 |
+
'Trained on greyscale images': np.load('pred_all_green.npy').reshape(-1,64)}
|
32 |
|
33 |
|
34 |
random_i=np.load('random.npy')
|
pred_all_green.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6287951aee65bb32b679a1e5173e95407158b277a7db7cedea186867c3ea417
|
3 |
+
size 206653568
|