You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
The feature consists in supporting the use case where we have train/val/test images with an extension and train/val/test targets with a different extension.
eg:
train_folder
File extension : .jpg
train_target_folder
File extension : .tiff
val_folder
File extension : .jpg
val_target_folder
File extension : .tiff
Motivation
This is a common use case that should be supported in order to open Lightning Flash to a broader audience.
This also reduces the barrier to try out Flash by eliminating the need to convert your data to a matching file extension.
Currently this is not supported if your target file paths have a different file extension than the X file paths :
🚀 Feature
The feature consists in supporting the use case where we have train/val/test images with an extension and train/val/test targets with a different extension.
eg:
train_folder
.jpg
train_target_folder
.tiff
val_folder
.jpg
val_target_folder
.tiff
Motivation
This is a common use case that should be supported in order to open Lightning Flash to a broader audience.
This also reduces the barrier to try out Flash by eliminating the need to convert your data to a matching file extension.
Currently this is not supported if your target file paths have a different file extension than the X file paths :
Actual Outcome :
ValueError: not enough values to unpack (expected 2, got 0)
Expected Outcome :
No error message and it works
Additional context
See slack discussion that led to this issue https://pytorch-lightning.slack.com/archives/CRBLFHY79/p1642626657155300
The text was updated successfully, but these errors were encountered: