MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / __call__

Method __call__

demo/predictor.py:214–216  ·  view source on GitHub ↗
(self, image)

Source from the content-addressed store, hash-verified

212 return self.put_idx - self.get_idx
213
214 def __call__(self, image):
215 self.put(image)
216 return self.get()
217
218 def shutdown(self):
219 for _ in self.procs:

Callers

nothing calls this directly

Calls 2

putMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected