Merge pull request #1509 from qingen/cluster

[vec] add clustering of vectors
pull/1590/head
Hui Zhang 3 years ago committed by GitHub
commit b5315657ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,11 +17,8 @@ Data preparation.
Download: http://groups.inf.ed.ac.uk/ami/download/ Download: http://groups.inf.ed.ac.uk/ami/download/
Prepares metadata files (JSON) from manual annotations "segments/" using RTTM format (Oracle VAD). Prepares metadata files (JSON) from manual annotations "segments/" using RTTM format (Oracle VAD).
Authors
* qingenz123@126.com (Qingen ZHAO) 2022
""" """
import argparse import argparse
import glob import glob
import json import json

@ -15,10 +15,6 @@
AMI corpus contained 100 hours of meeting recording. AMI corpus contained 100 hours of meeting recording.
This script returns the standard train, dev and eval split for AMI corpus. 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 For more information on dataset please refer to http://groups.inf.ed.ac.uk/ami/corpus/datasets.shtml
Authors
* qingenz123@126.com (Qingen ZHAO) 2022
""" """
ALLOWED_OPTIONS = ["scenario_only", "full_corpus", "full_corpus_asr"] ALLOWED_OPTIONS = ["scenario_only", "full_corpus", "full_corpus_asr"]

@ -13,10 +13,6 @@
# limitations under the License. # limitations under the License.
""" """
Data reading and writing. Data reading and writing.
Authors
* qingenz123@126.com (Qingen ZHAO) 2022
""" """
import os import os
import pickle import pickle

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save