From 0edb22488c64936528aca7cd7395f97aec9c981e Mon Sep 17 00:00:00 2001
From: Paul Best <paul.best@lis-lab.fr>
Date: Mon, 6 Feb 2023 17:43:04 +0100
Subject: [PATCH] Update new_specie/README.md

---
 new_specie/{README => README.md} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename new_specie/{README => README.md} (53%)

diff --git a/new_specie/README b/new_specie/README.md
similarity index 53%
rename from new_specie/README
rename to new_specie/README.md
index b3a97fa..3e31795 100755
--- a/new_specie/README
+++ b/new_specie/README.md
@@ -1,11 +1,11 @@
-Scripts to train an auto-encoder and cluster animal vocalisation by frequency-contour similarity
-Vocalisation detection needs to be done prior to this process
+Scripts to train an auto-encoder and cluster animal vocalisations by frequency-contour similarity
+Vocalisation detection needs to be done prior to this process (stored in a .csv file)
 
 Scripts need to be called in the following order :
 train_AE.py
 compute_embeddings.py
 sort_cluster.py
 
-use --help to get more information on each scripts' usages
+use python script.py --help to get more information on each scripts' usages
 
 required packages can be found in the requirements.txt file
-- 
GitLab