Circularmachines commited on
Commit
95833c9
·
1 Parent(s): b428376
Files changed (2) hide show
  1. app.py +1 -1
  2. pred_all_grey.npy +2 -2
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_scratch.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')
 
28
  n_patches=961
29
 
30
  pred_dict={'Trained on color images': np.load('pred_all_scratch.npy').reshape(-1,64),
31
+ 'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
32
 
33
 
34
  random_i=np.load('random.npy')
pred_all_grey.npy CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2505548f6d093ce9d3ef9c3cc1d70f3a0fd7339239039f0e5e574ecc6d5b9c99
3
- size 196812928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0c828f58d9319b63ba09979c4319012f6409331b61e8a5fbb258e92ac4a836
3
+ size 206653568