MCPcopy Create free account
hub / github.com/llSourcell/YOLO_Object_Detection / yields

Method yields

darkflow/utils/loader.py:35–39  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

33 return None
34
35 def yields(self, idx):
36 del self.src_key[idx]
37 temp = self.vals[idx]
38 del self.vals[idx]
39 return temp
40
41class weights_loader(loader):
42 """one who understands .weights files"""

Callers 1

findMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected