MCPcopy
hub / github.com/Rudrabha/Wav2Lip / __init__

Method __init__

hq_wav2lip_train.py:43–44  ·  view source on GitHub ↗
(self, split)

Source from the content-addressed store, hash-verified

41
42class Dataset(object):
43 def __init__(self, split):
44 self.all_videos = get_image_list(args.data_root, split)
45
46 def get_frame_id(self, frame):
47 return int(basename(frame).split('.')[0])

Callers

nothing calls this directly

Calls 1

get_image_listFunction · 0.90

Tested by

no test coverage detected