MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / builder.py

File builder.py

detrsmpl/core/post_processing/bbox/coder/builder.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Copyright (c) OpenMMLab. All rights reserved.
2from mmcv.utils import Registry, build_from_cfg
3
4BBOX_CODERS = Registry('bbox_coder')

Callers

nothing calls this directly

Calls 1

RegistryClass · 0.85

Tested by

no test coverage detected