Skip to content

Commit

Permalink
Add link to the data
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCretois committed Aug 31, 2022
1 parent b09b9ba commit 55a988f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,15 @@ cd ecoVAD
docker build -t ecovad -f Dockerfile .
```

## Usage
### Download the folder `assets`

To be able to run the pipeline with demo data and to get the weights of the model we used in our analysis, it is necessary to download the folder `assets` located on OSF: https://osf.io/f4mt5/.

:warning: Don't forget to download the folder `assets` from OSF: https://osf.io/f4mt5/.
:right_arrow: Just go to the link, click on `assets.zip` and click on `download`.

**You are now set up to run our ecoVAD pipeline!**

## Usage

Our repository provides the necessary scripts and instructions to **train a VAD model** but also to **use existing ones**. If you are only interested in making predictions using an existing model please refer to the section [detecting human speech](#detecting-human-speech).

Expand Down Expand Up @@ -133,11 +139,13 @@ Or alternatively, if you have docker install and the docker image built:

Note that you can choose the number of sampled detections in the `config_inference.yaml`

---

### Contact

If you come across any issues with the ecoVAD pipeline, please open an **issue**.

For other inquiry you can contact me at *benjamin.cretois@nina.no*
For other inquiry you can contact me at *benjamin.cretois@nina.no*.



0 comments on commit 55a988f

Please sign in to comment.