Hi,
I am using clodsa to achieve data augmentation for semantic segmentation. And now I meet the error "None-Type". I am trying the debug in pycharm and found the error point in folderLinearSemanticSegmentationAugmentor.py. There is a problem with the logic of the code when processing the path of an input image path into the path of its label.
When I set the input path('E:/datasets/Vessels-Datasets/DRIVE/train'), the debug show the path of the input image is E:/datasets/Vessels-Datasets/DRIVE/train/images/32.jpg, but its label path is '/labels/E:/datasets/Vessels-Datasets/DRIVE/train/images/32.jpg'.
You can see the error point in the screenshot.

Hi,
I am using clodsa to achieve data augmentation for semantic segmentation. And now I meet the error "None-Type". I am trying the debug in pycharm and found the error point in
folderLinearSemanticSegmentationAugmentor.py. There is a problem with the logic of the code when processing the path of an input image path into the path of its label.When I set the input path('E:/datasets/Vessels-Datasets/DRIVE/train'), the debug show the path of the input image is
E:/datasets/Vessels-Datasets/DRIVE/train/images/32.jpg, but its label path is'/labels/E:/datasets/Vessels-Datasets/DRIVE/train/images/32.jpg'.You can see the error point in the screenshot.