MCPcopy Create free account

hub / github.com/AIFSH/NativeSpeaker / functions

Functions601 in github.com/AIFSH/NativeSpeaker

Methodforward
(self, x)
src/third_part/facelib/parsing/resnet.py:60
Methodforward
(self, x)
src/third_part/wav2lip/face_detection/models.py:33
Methodforward
(self, x)
src/third_part/wav2lip/face_detection/models.py:75
Methodforward
(self, x)
src/third_part/wav2lip/face_detection/models.py:141
Methodforward
(self, x)
src/third_part/wav2lip/face_detection/models.py:174
Methodforward
(self, x)
src/third_part/wav2lip/face_detection/models.py:246
Methodforward
(self, x)
src/third_part/wav2lip/face_detection/detection/sfd/net_s3fd.py:16
Methodforward
(self, x)
src/third_part/wav2lip/face_detection/detection/sfd/net_s3fd.py:70
Methodforward
(self, audio_sequences, face_sequences)
src/third_part/wav2lip/models/syncnet.py:55
Methodforward
(self, audio_sequences, face_sequences)
src/third_part/wav2lip/models/wav2lip.py:87
Methodforward
(self, face_sequences)
src/third_part/wav2lip/models/wav2lip.py:176
Methodforward
(self, x)
src/third_part/wav2lip/models/conv.py:15
Methodforward
(self, x)
src/third_part/wav2lip/models/conv.py:29
Methodforward
(self, x)
src/third_part/wav2lip/models/conv.py:42
Methodforward
(self, x, mask=None)
src/third_part/codeformer/codeformer_arch.py:62
Methodforward
(self, tgt, tgt_mask: Optional[Tensor] = None, tgt_key_padding_mask: Optional[
src/third_part/codeformer/codeformer_arch.py:117
Methodforward
(self, enc_feat, dec_feat, w=1)
src/third_part/codeformer/codeformer_arch.py:150
Methodforward
(self, x, w=0, detach_16=True, code_only=False, adain=False)
src/third_part/codeformer/codeformer_arch.py:221
Methodforward
(self, z)
src/third_part/codeformer/vqgan_arch.py:33
Methodforward
(self, z)
src/third_part/codeformer/vqgan_arch.py:98
Methodforward
(self, x)
src/third_part/codeformer/vqgan_arch.py:122
Methodforward
(self, x)
src/third_part/codeformer/vqgan_arch.py:134
Methodforward
(self, x_in)
src/third_part/codeformer/vqgan_arch.py:153
Methodforward
(self, x)
src/third_part/codeformer/vqgan_arch.py:202
Methodforward
(self, x)
src/third_part/codeformer/vqgan_arch.py:269
Methodforward
(self, x)
src/third_part/codeformer/vqgan_arch.py:319
Methodforward
(self, x)
src/third_part/codeformer/vqgan_arch.py:385
Methodforward
(self, x)
src/third_part/codeformer/vqgan_arch.py:433
Methodfuse
(self)
src/third_part/facelib/detection/yolov5face/models/yolo.py:149
Methodfuseforward
(self, x)
src/third_part/facelib/detection/yolov5face/models/common.py:53
Methodget_audio
(self)
src/third_part/codeformer/video_util.py:60
Methodget_frame_from_list
(self)
src/third_part/codeformer/video_util.py:73
Functionget_image_list
(data_root, split)
src/third_part/wav2lip/hparams.py:4
Methodget_iterator
( self, inputs, num_workers: int, batch_size: int, preprocess_params, forward_params, postprocess_para
src/third_part/whisperx/asr.py:158
Functionget_preds_fromhm
Obtain (x,y) coordinates given a set of N heatmaps. If the center and the scale is provided the function will return the points also in the or
src/third_part/wav2lip/face_detection/utils.py:132
Functionget_preds_fromhm_batch
Obtain (x,y) coordinates given a set of N heatmaps. If the centers and the scales is provided the function will return the points also in the
src/third_part/wav2lip/face_detection/utils.py:172
Methodget_resolution
(self)
src/third_part/codeformer/video_util.py:52
Functionget_valid_bboxes
(bboxes, h, w)
src/third_part/facelib/utils/face_utils.py:23
Functionhparams_debug_string
()
src/third_part/wav2lip/hparams.py:98
Functionint_keys
(d)
src/third_part/uvr5_pack/lib_v5/model_param_init.py:36
Functioninv_preemphasis
(wav, k, inv_preemphasize=True)
src/third_part/wav2lip/audio.py:25
Functionistft
(spec, hl)
src/third_part/uvr5_pack/lib_v5/spec_utils.py:516
Methoditerate_subtitles
()
src/third_part/whisperx/utils.py:233
Methodlength
(self)
src/third_part/whisperx/alignment.py:429
Functionlibrosa_pad_lr
(x, fsize, fshift)
src/third_part/wav2lip/audio.py:86
Functionlinearspectrogram
(wav)
src/third_part/wav2lip/audio.py:37
Functionlog_sum_exp
Utility function for computing log_sum_exp while determining This will be used to determine unaveraged confidence loss across all examples in
src/third_part/facelib/detection/retinaface/retinaface_utils.py:343
Functionmake_safe
(string)
src/third_part/whisperx/utils.py:132
Functionmake_training_set
(filelist, cropsize, patches, sr, hop_length, n_fft, offset)
src/third_part/uvr5_pack/lib_v5/dataset.py:128
Functionmake_validation_set
(filelist, cropsize, sr, hop_length, n_fft, offset)
src/third_part/uvr5_pack/lib_v5/dataset.py:153
Functionmask_silence
(mag, ref, thres=0.2, min_range=64, fade_size=32)
src/third_part/uvr5_pack/lib_v5/spec_utils.py:162
Functionmatch
Match each prior box with the ground truth box of the highest jaccard overlap, encode the bounding boxes, then return the matched indices corr
src/third_part/facelib/detection/retinaface/retinaface_utils.py:142
Functionmatrix_iof
return iof of a and b, numpy version for data augenmentation
src/third_part/facelib/detection/retinaface/retinaface_utils.py:130
Functionmatrix_iou
return iou of a and b, numpy version for data augenmentation
src/third_part/facelib/detection/retinaface/retinaface_utils.py:117
Functionmerge_vad
(vad_arr, pad_onset=0.0, pad_offset=0.0, min_duration_off=0.0, min_duration_on=0.0)
src/third_part/whisperx/vad.py:243
Functionmerge_words
(segments, separator="|")
src/third_part/whisperx/alignment.py:450
Functionmirroring
(a, spec_m, input_high_end, mp)
src/third_part/uvr5_pack/lib_v5/spec_utils.py:449
Functionnms
Apply non-maximum suppression at test time to avoid detecting too many overlapping bounding boxes for a given object. Args: boxes: (te
src/third_part/facelib/detection/retinaface/retinaface_utils.py:357
Functionoptional_float
(string)
src/third_part/whisperx/utils.py:161
Functionoptional_int
(string)
src/third_part/whisperx/utils.py:157
Functionpad_lr
Compute left and right padding
src/third_part/wav2lip/audio.py:76
Functionpad_or_trim
Pad or trim the audio array to N_SAMPLES, as expected by the encoder.
src/third_part/whisperx/audio.py:68
Methodperceptual_forward
(self, false_face_sequences)
src/third_part/wav2lip/models/wav2lip.py:163
Methodpostprocess
(self, model_outputs)
src/third_part/whisperx/asr.py:155
Methodpredict
(self, x_mag, aggressiveness=None)
src/third_part/uvr5_pack/lib_v5/nets_33966KB.py:115
Methodpredict
(self, x_mag, aggressiveness=None)
src/third_part/uvr5_pack/lib_v5/nets_537227KB.py:116
Methodpredict
(self, x_mag, aggressiveness=None)
src/third_part/uvr5_pack/lib_v5/nets_537238KB.py:116
Methodpredict
(self, x_mag, aggressiveness=None)
src/third_part/uvr5_pack/lib_v5/nets_123812KB.py:115
Methodpredict
(self, x_mag, aggressiveness=None)
src/third_part/uvr5_pack/lib_v5/nets_61968KB.py:115
Methodpredict
(self, x_mag, aggressiveness=None)
src/third_part/uvr5_pack/lib_v5/nets_123821KB.py:115
Methodpredict
(self, x, aggressiveness=None)
src/third_part/uvr5_pack/lib_v5/nets_new.py:125
Methodpredict_mask
(self, x)
src/third_part/uvr5_pack/lib_v5/nets_new.py:116
Methodpreprocess
(self, audio)
src/third_part/whisperx/asr.py:141
Functionpts_to_bb
(pts)
src/third_part/wav2lip/face_detection/detection/sfd/detect.py:109
Methodreference_scale
(self)
src/third_part/wav2lip/face_detection/detection/core.py:104
Methodreference_scale
(self)
src/third_part/wav2lip/face_detection/detection/sfd/sfd_detector.py:50
Methodreference_x_shift
(self)
src/third_part/wav2lip/face_detection/detection/core.py:108
Methodreference_x_shift
(self)
src/third_part/wav2lip/face_detection/detection/sfd/sfd_detector.py:54
Methodreference_y_shift
(self)
src/third_part/wav2lip/face_detection/detection/core.py:112
Methodreference_y_shift
(self)
src/third_part/wav2lip/face_detection/detection/sfd/sfd_detector.py:58
Functionrgb2gray
(img, out_channel=3)
src/third_part/facelib/utils/misc.py:162
Functionrun_thread
(**kwargs)
src/third_part/uvr5_pack/lib_v5/spec_utils.py:72
Functionsave_wav
(wav, path, sr)
src/third_part/wav2lip/audio.py:12
Functionsave_wavenet_wav
(wav, path, sr)
src/third_part/wav2lip/audio.py:17
Functionscandir
Scan a directory to find the interested files. Args: dir_path (str): Path of the directory. suffix (str | tuple(str), optional): F
src/third_part/facelib/utils/misc.py:106
Methodset_hparam
(self, key, value)
src/third_part/wav2lip/hparams.py:27
Methodset_upscale_factor
(self, upscale_factor)
src/third_part/facelib/utils/face_restoration_helper.py:125
Functionspectrogram_to_wave_mt
(spec, hop_length, mid_side, reverse, mid_side_b2)
src/third_part/uvr5_pack/lib_v5/spec_utils.py:315
Functionstft
(wave, nfft, hl)
src/third_part/uvr5_pack/lib_v5/spec_utils.py:506
Functionstr2bool
(string)
src/third_part/whisperx/utils.py:149
Functiontrain_val_split
(dataset_dir, split_mode, val_rate, val_filelist)
src/third_part/uvr5_pack/lib_v5/dataset.py:54
Functionwave_to_spectrogram_mt
( wave, hop_length, n_fft, mid_side=False, mid_side_b2=False, reverse=False )
src/third_part/uvr5_pack/lib_v5/spec_utils.py:54
Functionwrite_all
(result: dict, file: TextIO, options: dict)
src/third_part/whisperx/utils.py:422
Methodwrite_frame
(self, frame)
src/third_part/codeformer/video_util.py:113
Methodwrite_result
(self, result: dict, file: TextIO, options: dict)
src/third_part/whisperx/utils.py:214
Methodwrite_result
(self, result: dict, file: TextIO, options: dict)
src/third_part/whisperx/utils.py:338
Methodwrite_result
(self, result: dict, file: TextIO, options: dict)
src/third_part/whisperx/utils.py:349
Methodwrite_result
(self, result: dict, file: TextIO, options: dict)
src/third_part/whisperx/utils.py:368
Methodwrite_result
(self, result: dict, file: TextIO, options: dict)
src/third_part/whisperx/utils.py:389
Methodwrite_result
(self, result: dict, file: TextIO, options: dict)
src/third_part/whisperx/utils.py:401
← previousnext →501–600 of 601, ranked by callers