Remove debug string
This commit is contained in:
@@ -16,6 +16,3 @@ for filename in os.listdir(inputFolder):
|
|||||||
cv2.imwrite(os.path.join(outputFolder, filename), img_res)
|
cv2.imwrite(os.path.join(outputFolder, filename), img_res)
|
||||||
else:
|
else:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
#debug string
|
|
||||||
print(cv2.__version__)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user