Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/llSourcell/YOLO_Object_Detection
/ create_framework
Function
create_framework
darkflow/net/framework.py:56–59 ·
view source on GitHub ↗
(meta, FLAGS)
Source
from the content-addressed store, hash-verified
54
}
55
56
def
create_framework(meta, FLAGS):
57
net_type = meta[
'type'
]
58
this = types.get(net_type, framework)
59
return
this(meta, FLAGS)
Callers
2
__init__
Method · 0.85
build_from_pb
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected