Attached screenshot reports exception raised while loading training images. The images are actually present in the directories.
Check the permissions.
Since getitem method NEEDS to return a 4 channel image, when an exception is raised it simply returns a 4 channel image filled with zeros (black images). This could hamper the training process. Need to find a better workaround.
Attached screenshot reports exception raised while loading training images. The images are actually present in the directories.