↓ 2 callersMethod_extract_i3d_features Extract I3D features. Requires a batch of videos of shape (B, T, C, H, W) and range [0, 1].
algorithms/common/metrics/video/video_metric.py:239
↓ 2 callersMethod_process_freq_ranges Process the frequency ranges, replacing ALL with (0.0, 1.0), and following rules #1, #2, #3.
algorithms/dfot/history_guidance.py:72
↓ 2 callersMethod_run_vae Helper function to run the VAE, either for encoding or decoding. - Requires shape to be a permutation of b, t, c, h, w. - Res
algorithms/dfot/dfot_video.py:1566
↓ 1 callersMethod__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
algorithms/vae/image_vae/model.py:19