Circularmachines
commited on
Commit
•
dc7c18b
1
Parent(s):
26cd506
updates
Browse files- app.py +1 -1
- pred_all_chroma.npy +3 -0
app.py
CHANGED
@@ -28,7 +28,7 @@ gridsize=31
|
|
28 |
n_patches=961
|
29 |
|
30 |
pred_dict={'Trained on color images': np.load('pred_all_green.npy').reshape(-1,64),
|
31 |
-
'Trained on
|
32 |
|
33 |
|
34 |
random_i=np.load('random.npy')
|
|
|
28 |
n_patches=961
|
29 |
|
30 |
pred_dict={'Trained on color images': np.load('pred_all_green.npy').reshape(-1,64),
|
31 |
+
'Trained on chromakey images': np.load('pred_all_chroma.npy').reshape(-1,64)}
|
32 |
|
33 |
|
34 |
random_i=np.load('random.npy')
|
pred_all_chroma.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0363d1384fdd40feee78a53ec47efaa1e467d932a0c4b4c4bc8d94bcb867f2fb
|
3 |
+
size 206653568
|