Gets a YOLO instance by ID
static YOLO? getInstance(String instanceId) { return _instances[instanceId]; }