MCPcopy
hub / github.com/nywang16/Pixel2Mesh / fetch

Method fetch

p2m/fetcher.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 np.random.shuffle(self.pkl_list)
65
66 def fetch(self):
67 if self.stopped:
68 return None
69 return self.queue.get()
70
71 def shutdown(self):
72 self.stopped = True

Callers 3

train.pyFile · 0.80
eval_testset.pyFile · 0.80
fetcher.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected