MCPcopy Create free account
hub / github.com/ADLab-AutoDrive/BEVFusion / _check_primitive_extractor

Function _check_primitive_extractor

tests/test_runtime/test_config.py:261–264  ·  view source on GitHub ↗
(config, primitive_extractor)

Source from the content-addressed store, hash-verified

259
260
261def _check_primitive_extractor(config, primitive_extractor):
262 assert config['type'] == primitive_extractor.__class__.__name__
263 assert (config.num_dims == primitive_extractor.num_dims)
264 assert (config.num_classes == primitive_extractor.num_classes)
265
266
267def _check_h3d_bbox_head(bbox_cfg, bbox_head):

Callers 1

check_h3d_roi_headFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected