Skip to content
Snippets Groups Projects
Commit c5f43f3d authored by Loïc Lehnhoff's avatar Loïc Lehnhoff
Browse files

Changes to plots

parent 0da78f36
No related branches found
No related tags found
No related merge requests found
Showing with 82 additions and 124 deletions
...@@ -13,7 +13,7 @@ The goal was to determine the direction of arrival (DoAs) of clicks. Whistles we ...@@ -13,7 +13,7 @@ The goal was to determine the direction of arrival (DoAs) of clicks. Whistles we
# Files # Files
├── README.md ├── README.md
├── requirements.txt ├── requirements.txt
├── detection_estimation_clicks.py # to get clicks TDoAs & DoAs- (1) ├── detection_estimation_clicks.py # to get clicks TDoAs & DoAs (1)
├── manual_processing.py # click clustering and whistle annotations (2) ├── manual_processing.py # click clustering and whistle annotations (2)
├── post_processing.py # Whistles features extraction (3) ├── post_processing.py # Whistles features extraction (3)
├── click_directivity_analysis.ipynb # Stats of clicks (one particular sequence) ├── click_directivity_analysis.ipynb # Stats of clicks (one particular sequence)
...@@ -38,11 +38,18 @@ The goal was to determine the direction of arrival (DoAs) of clicks. Whistles we ...@@ -38,11 +38,18 @@ The goal was to determine the direction of arrival (DoAs) of clicks. Whistles we
``` ```
## Setup ## Setup
Developped using Python 3.9.7. ### Requirements
- Python >=3.9.18
Install project's packages to your environment using: - Packages in requirements.txt
- Developped with Ubuntu 20.04.6 LTS
- *should work on any OS though*
### Recommended
It is preferable to work in a virtual environment :
```bash ```bash
$ pip install -r requirements.txt $ python -m venv DYOC-ENV
$ source DYOC-ENV/bin/activate
$ pip install -r requirement.txt
``` ```
## Get started ## Get started
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment