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

Method get_im_feat

lib/model/HGPIFuNet.py:111–116  ·  view source on GitHub ↗

Get the image filter :return: [B, C_feat, H, W] image feature after filtering

(self)

Source from the content-addressed store, hash-verified

109 self.preds = self.intermediate_preds_list[-1]
110
111 def get_im_feat(self):
112 '''
113 Get the image filter
114 :return: [B, C_feat, H, W] image feature after filtering
115 '''
116 return self.im_feat_list[-1]
117
118 def get_error(self):
119 '''

Callers 5

gen_mesh_colorFunction · 0.80
calc_error_colorFunction · 0.80
gen_mesh_colorFunction · 0.80
calc_error_colorFunction · 0.80
train_colorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected