-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The bg_noise_imgs in cell 3 in the notebook should also be sorted, maybe a typo? 😉
files_bg_noise_imgs = sorted(os.listdir(os.path.join(PATH_MAIN, "bg_noise", "images")))
files_bg_noise_imgs = [os.path.join(PATH_MAIN, "bg_noise", "images", f) for f in files_bg_noise_imgs]
files_bg_noise_masks = sorted(os.listdir(os.path.join(PATH_MAIN, "bg_noise", "masks")))
files_bg_noise_masks = [os.path.join(PATH_MAIN, "bg_noise", "masks", f) for f in files_bg_noise_masks]
The code in the medium page seems good.
Metadata
Metadata
Assignees
Labels
No labels