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

Method run

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

Source from the content-addressed store, hash-verified

57 return img, label, pkl_path.split('/')[-1]
58
59 def run(self):
60 while self.index < 90000000 and not self.stopped:
61 self.queue.put(self.work(self.index % self.number))
62 self.index += 1
63 if self.index % self.number == 0:
64 np.random.shuffle(self.pkl_list)
65
66 def fetch(self):
67 if self.stopped:

Callers 6

train.pyFile · 0.80
eval_testset.pyFile · 0.80
demo.pyFile · 0.80
chamfer.pyFile · 0.80
tf_nndistance.pyFile · 0.80
tf_approxmatch.pyFile · 0.80

Calls 1

workMethod · 0.95

Tested by

no test coverage detected