- DataSource - this contains the source of the image i.e the image file path.
- LabelDefinitions - this contains the label definitions (name, description etc)
- LabelData - this contains the coordinates of bounding boxes in each image.
- For creating datastores or table from your ground truth for object detection, use the ‘objectDetectorTrainingData’ function.
- For creating datastores for semantic segmentation, you can use the ‘pixelLabelTrainingData’ function.
- ‘gTruth’ type object- https://www.mathworks.com/help/vision/ref/groundtruth.html
- objectDetectorTrainingData: https://www.mathworks.com/help/vision/ref/objectdetectortrainingdata.html
- pixelLabelTrainingData: https://www.mathworks.com/help/vision/ref/pixellabeltrainingdata.html
- 'Image Labeler’App: https://www.mathworks.com/help/vision/ug/get-started-with-the-image-labeler.html
- File input/output functions: https://www.mathworks.com/help/matlab/low-level-file-i-o.html?s_tid=CRUX_lftnav