MCPcopy
hub / github.com/shunsukesaito/PIFu / get_preds

Method get_preds

lib/model/BasePIFuNet.py:64–69  ·  view source on GitHub ↗

Get the predictions from the last query :return: [B, Res, N] network prediction for the last query

(self)

Source from the content-addressed store, hash-verified

62 None
63
64 def get_preds(self):
65 '''
66 Get the predictions from the last query
67 :return: [B, Res, N] network prediction for the last query
68 '''
69 return self.preds
70
71 def get_error(self):
72 '''

Callers 6

forwardMethod · 0.95
gen_mesh_colorFunction · 0.80
gen_mesh_colorFunction · 0.80
eval_funcFunction · 0.80
forwardMethod · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected