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

Update resizer_v5.py

Browse files
Files changed (1) hide show
  1. resizer_v5.py +2 -1
resizer_v5.py CHANGED
@@ -7,7 +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/cccamel"),
 
11
  ]
12
 
13
 
 
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