ihsass commited on
Commit
babdf76
·
verified ·
1 Parent(s): 40da65b

Update resizer_v5.py

Browse files
Files changed (1) hide show
  1. resizer_v5.py +2 -2
resizer_v5.py CHANGED
@@ -7,8 +7,8 @@ from concurrent.futures import ProcessPoolExecutor
7
  Image.MAX_IMAGE_PIXELS = 200000000 # Allow images up to 200 million pixels
8
 
9
  DATA = [
10
- ((768, 768), r"/kaggle/input/uzmanew768"),
11
- ((1024, 1280), r"/kaggle/input/uzmanew768"),
12
  ]
13
 
14
 
 
7
  Image.MAX_IMAGE_PIXELS = 200000000 # Allow images up to 200 million pixels
8
 
9
  DATA = [
10
+ ((768, 768), r"/kaggle/input/samikk"),
11
+ ((1024, 1024), r"/kaggle/input/samikk"),
12
  ]
13
 
14