↓ 1 callersMethodcrop_video(self, track, cropfile, frames_dir, frame_rate, temp_dir, video_dir, crop_scale=0.4)
eval/syncnet_detect.py:168
↓ 1 callersFunctiondata_processing_pipeline(
total_num_workers, per_gpu_num_workers, resolution, sync_conf_threshold, temp_dir, input_dir
)
preprocess/data_processing_pipeline.py:29
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
latentsync/models/unet_blocks.py:11
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
latentsync/models/unet_blocks.py:82