MCPcopy Create free account
hub / github.com/Xflick/EEND_PyTorch / get_frame_labels

Function get_frame_labels

eend/feature.py:170–220  ·  view source on GitHub ↗

Get frame-aligned labels of given recording Args: kaldi_obj (KaldiData) rec (str): recording id start (int): start frame index end (int): end frame index None means the last frame of recording frame_size (int): number of frames in a frame

(
        kaldi_obj,
        rec,
        start=0,
        end=None,
        frame_size=1024,
        frame_shift=256,
        n_speakers=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

load_wavMethod · 0.80
_count_framesFunction · 0.70

Tested by

no test coverage detected