Class YamNetLabels
- Namespace
- VisioForge.Core.AI.AudioEvents
- Assembly
- VisioForge.Core.AI.dll
The 521 AudioSet class display names produced by the YAMNet audio-event classifier, indexed by class id.
public static class YamNetLabelsInheritance
Inherited Members
Remarks
The order is the canonical AudioSet ontology order used by Google's YAMNet model, so the array index equals
the class id in YAMNet's output_0 score vector. The names are taken verbatim from
yamnet_class_map.csv (Google, Apache-2.0). Embedding them in code mirrors CocoLabels and lets
the audio-event block map scores to human-readable labels without shipping a side-car CSV.
Fields
ClassCount
The number of AudioSet classes YAMNet predicts.
public const int ClassCount = 521Field Value
Names
The 521 AudioSet class display names, indexed by class id.
public static readonly string[] NamesField Value
- string[]