MCPcopy
hub / github.com/SizheAn/PanoHead / save

Method save

metrics/metric_utils.py:141–143  ·  view source on GitHub ↗
(self, pkl_file)

Source from the content-addressed store, hash-verified

139 return mean, cov
140
141 def save(self, pkl_file):
142 with open(pkl_file, 'wb') as f:
143 pickle.dump(self.__dict__, f)
144
145 @staticmethod
146 def load(pkl_file):

Callers 13

gen_interp_videoFunction · 0.80
convert_datasetFunction · 0.80
generate_imagesFunction · 0.80
convert_datasetFunction · 0.80
gen_interp_videoFunction · 0.80
generate_imagesFunction · 0.80
gen_interp_videoFunction · 0.80
run_projectionFunction · 0.80
gen_interp_videoFunction · 0.80
run_projectionFunction · 0.80
save_image_gridFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected