From 75ff57e4ca32ba5a688abf525e1bba3f41e0f409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lehnhoff?= <loic.lehnhoff@gmail.com> Date: Wed, 26 Feb 2025 12:17:52 +0100 Subject: [PATCH] README update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e15636ba..d408b561 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ See article (in preparation) for more details. ├── dtw_hdbscan_categorisation.py # Categorisation of contours into WCTs ├── WCT_analysis.ipynb # Overview and statistics on WCTs and SWTs ├── artwarp-comparison # Categorisation of contours with ARTwarp -│ ├── artwarp-custom # ARTwarp modified for octave -│ ├── ARTwarp_automation.py # Python script to run ARTwarp on all contours -│ ├── WCT_verification.py # Python script for manual verification -│ └── artwarp_hdbscan_comparison # Overview and comparison of WCTs obtained from 2 methods +│ ├── artwarp-custom # ARTwarp modified for octave +│ ├── ARTwarp_automation.py # Python script to run ARTwarp on all contours +│ ├── WCT_verification.py # Python script for manual verification +│ └── artwarp_hdbscan_comparison # Overview and comparison of WCTs obtained from 2 methods ├── resources # Inputs and outputs of python scripts -│ ├── ARTwarp_outputs # octave and json files -│ ├── DF-whistles # Whistle features and json files -│ └── dtw_resources # hdbscan categorisation results +│ ├── ARTwarp_outputs # octave and json files +│ ├── DF-whistles # Whistle features and json files +│ └── dtw_resources # hdbscan categorisation results └── drafts # Folder containing unused scripts ``` -- GitLab