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

Function fvd2048_16f

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

Source from the content-addressed store, hash-verified

114
115@register_metric
116def fvd2048_16f(opts):
117 opts.dataset_kwargs.update(max_size=None, xflip=False)
118 fvd = frechet_video_distance.compute_fvd(opts, max_real=2048, num_gen=2048, num_frames=16)
119 return dict(fvd2048_16f=fvd)
120
121@register_metric
122def fvd2048_128f(opts):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected