Commit
·
b355815
1
Parent(s):
08cccf3
updates
Browse files- app.py +2 -2
- pred_all_hue.npy +3 -0
app.py
CHANGED
@@ -28,7 +28,7 @@ gridsize=31
|
|
28 |
n_patches=961
|
29 |
|
30 |
#pred=np.load('pred.npy')
|
31 |
-
pred_all=np.load('
|
32 |
|
33 |
random_i=np.load('random.npy')
|
34 |
|
@@ -43,7 +43,7 @@ if "draw" not in st.session_state:
|
|
43 |
st.session_state["draw"] = True
|
44 |
|
45 |
def patch(ij):
|
46 |
-
st.write(ij)
|
47 |
immg=ij//n_patches
|
48 |
|
49 |
|
|
|
28 |
n_patches=961
|
29 |
|
30 |
#pred=np.load('pred.npy')
|
31 |
+
pred_all=np.load('pred_all_hue.npy').reshape(-1,64)
|
32 |
|
33 |
random_i=np.load('random.npy')
|
34 |
|
|
|
43 |
st.session_state["draw"] = True
|
44 |
|
45 |
def patch(ij):
|
46 |
+
#st.write(ij)
|
47 |
immg=ij//n_patches
|
48 |
|
49 |
|
pred_all_hue.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e800ed4486e3ed7633da90dd5b1d8233bb83425eb2981648bb8fe2406ea785c
|
3 |
+
size 196812928
|