def build_model(key: str, thing_ids: Iterable[int]) -> HFPanopticAdapter
Construct an :class:`HFPanopticAdapter` for a registry ``key``.
Source: unitrack/benchmarks/hota/models.py:210