Detection Agents
Class Map Agent
The ClassMapAgent
is used to modify class names of detected objects.
Initialization
Parameters
The ClassMapAgent
is initialized with one argument:
name_map
Dict
requiredSpecifies a dictionary mapping from original class names to new class names.
Each original class should be present within the classes
list.
Example
Hereβs an example name map: