Update script.py
Browse files
script.py
CHANGED
@@ -5,4 +5,4 @@ from PIL import Image
|
|
5 |
|
6 |
data = np.random.randint(0, 255, size=(300, 300, 3), dtype=np.uint8)
|
7 |
img = Image.fromarray(data, 'RGB')
|
8 |
-
img.save('patch.png')
|
|
|
5 |
|
6 |
data = np.random.randint(0, 255, size=(300, 300, 3), dtype=np.uint8)
|
7 |
img = Image.fromarray(data, 'RGB')
|
8 |
+
#img.save('patch.png')
|