.FastVisionImageSegmentationFolders

struct defined in module FastVision


			ImageSegmentationFolders(; imagefolder="images", maskfolder="labels", labelfile="codes.txt")

Dataset recipe for loading 2D image segmentation datasets from a common format where images and masks are stored as images in two different subfolders <root>/<imagefolder> and <root>/<maskfolder> The class labels should be in a newline-delimited file <root>/<labelfile>.

Methods

There are 2 methods for FastVision.ImageSegmentationFolders:

util.jl:493