Commit
·
b428376
1
Parent(s):
dc7c18b
updates
Browse files- app.py +1 -1
- pred_all_scratch.npy +3 -0
app.py
CHANGED
@@ -27,7 +27,7 @@ gridsize=31
|
|
27 |
|
28 |
n_patches=961
|
29 |
|
30 |
-
pred_dict={'Trained on color images': np.load('
|
31 |
'Trained on chromakey images': np.load('pred_all_chroma.npy').reshape(-1,64)}
|
32 |
|
33 |
|
|
|
27 |
|
28 |
n_patches=961
|
29 |
|
30 |
+
pred_dict={'Trained on color images': np.load('pred_all_scratch.npy').reshape(-1,64),
|
31 |
'Trained on chromakey images': np.load('pred_all_chroma.npy').reshape(-1,64)}
|
32 |
|
33 |
|
pred_all_scratch.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac1c5ce06bcc891258e1bf61013c2c46cd6429b366cbbe88ca3c417616a36fa4
|
3 |
+
size 206653568
|