Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
def
build_model(config):
9
config = copy.deepcopy(config)
10
det_model = BaseDetector(config)
11
return
det_model
Callers
1
main
Function · 0.90
Calls
1
BaseDetector
Class · 0.85
Tested by
no test coverage detected