MCPcopy
hub / github.com/Vchitect/Latte / isv2048_ucf

Function isv2048_ucf

tools/metrics/metric_main.py:135–138  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

133
134@register_metric
135def isv2048_ucf(opts):
136 opts.dataset_kwargs.update(max_size=None, xflip=False)
137 mean, std = video_inception_score.compute_isv(opts, num_gen=2048, num_splits=10, backbone='c3d_ucf101')
138 return dict(isv2048_ucf_mean=mean, isv2048_ucf_std=std)
139
140#----------------------------------------------------------------------------
141# Legacy metrics.

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected