This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
SemanticSegmentationFilesInput does not accept .npy files #1308
Labels
bug / fix
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Milestone
🐛 Bug
It seems that
SemanticSegmentationFilesInput
does not accept.npy
files.files, mask_files = filter_valid_files(files, mask_files, valid_extensions=IMG_EXTENSIONS)
should be
files, mask_files = filter_valid_files(files, mask_files, valid_extensions=IMG_EXTENSIONS + NP_EXTENSIONS)
?The text was updated successfully, but these errors were encountered: