-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Hi there,
I was trying to run the code but it does not run, in line 41 you are looking for
image_names = [p for p in os.listdir(images_path)if p.startswith('cut_') and p.endswith('.png')]
But there are no png images in the rep that I downloaded from Kaggle, all the images are in jpeg format.
and in the list you build in :
for im in image_names:
if im.endswith('.jpeg') and not im.startswith('cut_') and not 'cut_' + im in image_names:
raw_images.append(im)
Does not get used at all the raw_images ....
I am trying to understand why you are looking for 'cut_' there is no image that starts or ends with 'cuts_'
Can you please help me get a working version.
Thanks.
Oscar.
Metadata
Metadata
Assignees
Labels
No labels