anothermartz / Easy-Wav2Lip

Colab for making Wav2Lip high quality and easy to use
686 stars 113 forks source link

Update degradations.py #86

Open thisisvk45 opened 2 months ago

thisisvk45 commented 2 months ago

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 randomgenerate* 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.