I am able to train the Structured Forest using the BSDS500 image dataset. But I am confused with the ground truth label in this directory BSR/BSDS500/data/groundTruth/train.
For each image, the groundTruth label in .mat format consists of 6 struct with 2 fields: (Segmentation and Boundaries).
Question 1:
I don't understand why we have 6 labels for each image. Isn't it more natural to have one label (one struct) per image?
Question 2:
And also, If I want to train my own dataset, how can I setup my own ground truth label (both Segmentation and Boundaries)?
Thanks.
I am able to train the Structured Forest using the BSDS500 image dataset. But I am confused with the ground truth label in this directory
BSR/BSDS500/data/groundTruth/train.For each image, the groundTruth label in
.matformat consists of 6 struct with 2 fields: (Segmentation and Boundaries).Question 1:
I don't understand why we have 6 labels for each image. Isn't it more natural to have one label (one struct) per image?
Question 2:
And also, If I want to train my own dataset, how can I setup my own ground truth label (both Segmentation and Boundaries)?
Thanks.