From 160a291bff667c8b6d514bce9ddc23e3d29b6994 Mon Sep 17 00:00:00 2001 From: eloimoliner <64018465+eloimoliner@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:23:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b09558c..bffd9db 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ To install the environment through anaconda, follow the instructions: conda activate historical_denoiser ## Denosing Recordings -Run the following commands to install the pretrained weights of the neural network model: +Run the following commands to install the pretrained weights of the two-stage U-Net model: wget ckptzipurl unzip name.zip /experiments/trained_model - If the environment is installed correctly, you can denoise an audio file by running: + bash inference.sh $filename A ".wav" file with the denoised version, as well as the residual noise and the original signal in "mono" will be stored in the same directory as the input file.