MCPcopy Create free account
hub / github.com/Topdu/OpenOCR / build_model

Function build_model

opendet/modeling/__init__.py:8–11  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

6
7
8def build_model(config):
9 config = copy.deepcopy(config)
10 det_model = BaseDetector(config)
11 return det_model

Callers 1

mainFunction · 0.90

Calls 1

BaseDetectorClass · 0.85

Tested by

no test coverage detected