I’m trying to create a data_block using 4 lists of ordered paths.
List 1: paths to the training data
List 2: paths to the validation data
List 3: paths to the training segmentation labels (mask images)
List 4: paths to the validation segmentation labels (mask images)
I feel like I’m finding answers in the API documentation that gets me right to edge of what I’m looking for but nothing quite gets me right there. My workaround is that I re-name and folder my data to work with what I see in the API but it feels like there is a built-in way to do what I want I’m just not finding it. Thanks in advanced.
Why do I need to use SegmentationItem lists to create objects for my training data but it crashes (first fills up 75 gis of memory then crashes) with a “‘ImageSegment’ object has no attribute ‘read’” error when I try to use SegmentationLabelLists for the label data?
How do I use both a zoom_crop and get_transformation transformation src.transformation() function?