Skip to content

Commit

Permalink
Merge pull request #1509 from qingen/cluster
Browse files Browse the repository at this point in the history
[vec] add clustering of vectors
  • Loading branch information
zh794390558 authored Mar 22, 2022
2 parents e5e8b8a + 0f7ede1 commit b531565
Show file tree
Hide file tree
Showing 4 changed files with 1,083 additions and 12 deletions.
5 changes: 1 addition & 4 deletions examples/ami/sd0/local/ami_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@
Download: http://groups.inf.ed.ac.uk/ami/download/
Prepares metadata files (JSON) from manual annotations "segments/" using RTTM format (Oracle VAD).
Authors
* [email protected] (Qingen ZHAO) 2022
"""

import argparse
import glob
import json
Expand Down
4 changes: 0 additions & 4 deletions examples/ami/sd0/local/ami_splits.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
AMI corpus contained 100 hours of meeting recording.
This script returns the standard train, dev and eval split for AMI corpus.
For more information on dataset please refer to http://groups.inf.ed.ac.uk/ami/corpus/datasets.shtml
Authors
* [email protected] (Qingen ZHAO) 2022
"""

ALLOWED_OPTIONS = ["scenario_only", "full_corpus", "full_corpus_asr"]
Expand Down
4 changes: 0 additions & 4 deletions examples/ami/sd0/local/dataio.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
# limitations under the License.
"""
Data reading and writing.
Authors
* [email protected] (Qingen ZHAO) 2022
"""
import os
import pickle
Expand Down
Loading

0 comments on commit b531565

Please sign in to comment.