Open fr1ll opened 1 year ago
If issue is referencing write_images() method, then there is already code that verifies if the file already exists.
write_images()
# Does the image already exists? if not os.path.exists(out_path):
# Does the image already exists?
if not os.path.exists(out_path):
If issue is referencing
write_images()
method, then there is already code that verifies if the file already exists.# Does the image already exists?
if not os.path.exists(out_path):