1
0

Merge branch 'main' into custom-path

This commit is contained in:
Erick
2022-06-30 19:53:05 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
Collection of useful scripts for image manipulation for dataset/ML usage
## Image Resizer
Resize a set of images to a given resolution (default: 640x640px) and save them separately.
Resize a set of images to a given resolution (default: 640x640px) and save them separately.
+1 -1
View File
@@ -15,4 +15,4 @@ for filename in os.listdir(inputFolder):
img_res = cv2.resize(img_org, resolution)
cv2.imwrite(os.path.join(outputFolder, filename), img_res)
else:
continue
continue