kSegmentationClassLabels top-level constant

List<String> const kSegmentationClassLabels

Semantic labels (indexed 0-5) for classes emitted by the multiclass segmentation model: background, hair, body skin, face skin, clothes, other.

Implementation

const List<String> kSegmentationClassLabels = [
  'BG',
  'Hair',
  'Body',
  'Face',
  'Clothes',
  'Other',
];