Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
compute_feature_stats_for_dataset
Function · 0.95
gen_interp_video
Function · 0.80
convert_dataset
Function · 0.80
generate_images
Function · 0.80
convert_dataset
Function · 0.80
gen_interp_video
Function · 0.80
generate_images
Function · 0.80
gen_interp_video
Function · 0.80
run_projection
Function · 0.80
gen_interp_video
Function · 0.80
run_projection
Function · 0.80
save_image_grid
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected