MCPcopy Index your code
hub / github.com/llSourcell/YOLO_Object_Detection / _parse

Function _parse

darkflow/utils/process.py:14–15  ·  view source on GitHub ↗
(l, i = 1)

Source from the content-addressed store, hash-verified

12 as well as model-specific parameters into `meta`
13 """
14 def _parse(l, i = 1):
15 return l.split('=')[i].strip()
16
17 with open(model, 'rb') as f:
18 lines = f.readlines()

Callers 1

parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected