From fae6996bdfa0a25d51640c000c8a463de65da9f8 Mon Sep 17 00:00:00 2001
From: ssarfjoo <saeed.sarfjoo@idiap.ch>
Date: Mon, 8 Apr 2019 19:59:05 +0200
Subject: [PATCH] update README

---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 8c66bc4..d083edf 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ U-NET based feature extractor for text-independent speaker verification. This re
 
 REQUIREMENTS:
 -----------------------------------------------------
-Python 2.7
-PyTorch from http://pytorch.org/
--- This project was implemented with version 0.3.0.post4
-librosa
-scipy
-numpy
+..* Python 2.7
+..* PyTorch from http://pytorch.org/
+....- This project was implemented with version 0.3.0.post4
+..* librosa
+..* scipy
+..* numpy
 
 USAGE: 
 -----------------------------------------------------
@@ -77,7 +77,7 @@ convert_pickle_to_kaldi_ark.py -i spec_BNF -if ${OUT_LIST_FOLDER}/voxceleb1_test
 convert_pickle_to_kaldi_ark.py -i spkr_BNF -if ${OUT_LIST_FOLDER}/voxceleb1_test/vad.scp -o spkr_feats_test/raw_embedding -of ${OUT_LIST_FOLDER}/voxceleb1_test/spkr_feats.scp
 ```
 
-Before running the i-vector system with spec BNFs change the ```fests.scp``` with:
+Before running the i-vector system with spec BNFs change the ```feats.scp``` with:
 ```
 mv ${OUT_LIST_FOLDER}/voxceleb1_train/feats.scp ${OUT_LIST_FOLDER}/voxceleb1_train/mfcc_feats.scp
 mv ${OUT_LIST_FOLDER}/voxceleb1_test/feats.scp ${OUT_LIST_FOLDER}/voxceleb1_test/mfcc_feats.scp 
@@ -89,7 +89,7 @@ Now change the data/train to data/voxceleb1_train in ```${KALDI_ROOT}/egs/voxcel
 
 
 
-Similarly Before running the i-vector system with spkr BNFs change the ```fests.scp``` with: 
+Similarly Before running the i-vector system with spkr BNFs change the ```feats.scp``` with: 
 ```
 mv ${OUT_LIST_FOLDER}/voxceleb1_train/feats.scp ${OUT_LIST_FOLDER}/voxceleb1_train/spec_feats.scp
 mv ${OUT_LIST_FOLDER}/voxceleb1_test/feats.scp ${OUT_LIST_FOLDER}/voxceleb1_test/spec_feats.scp 
-- 
GitLab