From a8307dde933d9884fd08fd5c191e31501e1a9f0c Mon Sep 17 00:00:00 2001 From: Paul Best <paul.best@lis-lab.fr> Date: Tue, 30 Nov 2021 11:09:17 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3151af..306b0c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # carimam_cnn -Convolutionnal neural networks for humpback whale vocalisations and delphinid whistles \ No newline at end of file +Convolutionnal neural networks for humpback whale vocalisations and delphinid whistles. + +Call either run_CNN_HB.py for humpback whales or run_CNN_delphi.py for delphinid whistles. + +Call the python script followed by the list of wav files you would like to process, and optionnaly an output filename. +For example : +`python run_CNN_HB.py file1.wav file2.wav -outfn predictions.pkl` + +This script relies on torch, pandas, numpy, scipy, and tqdm to run. Install dependencies with pip or conda. +If a GPU and cuda are available on the current machine, process will run on GPU for faster computation. + +paul.best@univ-tln.fr for more information -- GitLab