MCPcopy 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
56def 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_pbMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected