Merge pull request #127 from tonyatpeking/main

fix LoadImagesFromFolderKJ returns null image_path
This commit is contained in:
Jukka Seppänen 2024-11-26 14:17:23 +02:00 committed by GitHub
commit 7341ae0096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2224,7 +2224,7 @@ class LoadImagesFromFolderKJ:
image_count += 1
if len(images) == 1:
return (images[0], masks[0], 1)
return (images[0], masks[0], 1, image_path_list)
elif len(images) > 1:
image1 = images[0]