Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.80
eval_testset.py
File · 0.80
fetcher.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected