Class SemanticSegmentationLabelConfig
A definition for how a Labeling should be resolved to a single label and color for semantic segmentation generation.
Inheritance
SemanticSegmentationLabelConfig
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Perception.GroundTruth
Syntax
[CreateAssetMenu(fileName = "SemanticSegmentationLabelConfig", menuName = "Perception/Semantic Segmentation Label Config", order = 1)]
public class SemanticSegmentationLabelConfig : LabelConfig<SemanticSegmentationLabelEntry>
Fields
s_StandardColors
List of standard color based on which this type of label configuration assigns new colors to added labels.
Declaration
public static readonly List<Color> s_StandardColors
Field Value
| Type | Description |
|---|---|
| List<Color> |
skyColor
The color to use for the sky in semantic segmentation images
Declaration
public Color skyColor
Field Value
| Type | Description |
|---|---|
| Color |