From 62e1ebe6c49efdea5dee98d6d16763aa598ccaf0 Mon Sep 17 00:00:00 2001 From: Paul Best <paul.best@lis-lab.fr> Date: Tue, 20 Jun 2023 11:40:30 +0200 Subject: [PATCH] Update README.md --- new_specie/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new_specie/README.md b/new_specie/README.md index 7f223b8..6815798 100755 --- a/new_specie/README.md +++ b/new_specie/README.md @@ -4,7 +4,7 @@ Vocalisation detection needs to be done prior to this process (stored in a .csv -###Scripts need to be called in the following order: +### Scripts need to be called in the following order: If you want to train your own auto-encoder (optional since the generic one might suffice), use `python train_AE.py detections.csv` @@ -12,6 +12,6 @@ Use trained auto-encoder weights to project your vocalisations with `python comp Visualise vocalisation embeddings and resulting clusters with `python sort_cluster.py embeddings.npy detections.csv` -use `python myscript.py --help` to get more information on each scripts' usage and options +Use `python myscript.py --help` to get more information on each scripts' usage and options required packages can be install using `pip install -r requirements.txt` -- GitLab