Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony Larcher
ALLIES evaluation
Commits
f09ccbc9
Commit
f09ccbc9
authored
Feb 03, 2021
by
Anthony Larcher
Browse files
Update README.md
parent
ff2594e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f09ccbc9
...
...
@@ -55,7 +55,7 @@ LIUM baseline diarization system is based on previous publications
### Installation and first run
Install conda,
download the
**allies.lst**
file and
create the
**allies**
environment with the command:
Install conda, create the
**allies**
environment with the
following
command
s
:
```
python
conda
create
-
n
allies
python
=
3.9
...
...
@@ -63,6 +63,25 @@ conda activate allies
pip
install
evallies
```
Download the archive ''allies.tar.gz'', untar it and move in the directory.
```
python
tar
-
xvf
allies
.
tar
.
gz
cd
.
/
allies
```
Download the data (wav, mdtm and uem files).
```
python
Download
command
...
```
Run the baseline system.
```
python
.
/
run_allies_1
.
py
```
To run the x-vector system, download MUSAN.
```
python
.
/
run_allies_2
.
py
```
## Integrate your system
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment