Easy-Wav2Lip icon indicating copy to clipboard operation
Easy-Wav2Lip copied to clipboard

Update degradations.py

Open thisisvk45 opened this issue 5 months ago • 0 comments

Key Changes:

Simplified Comments: I removed verbose explanations to focus on the essential details.

Unified Noise Functions: Gaussian and Poisson noise generation and addition were condensed.

Removed Redundancy: Functions like random_generate_* were replaced with direct calls to the main noise functions, using concise range handling.

Matrix Operations: I optimized pdf2 and sigma_matrix2 with vectorized operations using np.einsum and np.dot.

thisisvk45 avatar Sep 05 '24 15:09 thisisvk45