Prepare the test set structure for segmentation testing
masterThe testing script requires a specific directory structure for input images, ground-truth masks, and predicted segmentations. Each image in the test set must have a corresponding ground-truth and segmentation file following these naming conventions:
imagename_gt.png: Ground-truth segmentation.imagename_seg.png: Input segmentation (should be in binary format, i.e., one object at a time).imagename_im.jpg: The original RGB image.
All files for a single sample should reside in the same testset_directory.
+ testset_directory
- imagename_gt.png
- imagename_seg.png
- imagename_im.jpg