未验证 提交 b5315657 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #1509 from qingen/cluster

[vec] add clustering of vectors
...@@ -17,11 +17,8 @@ Data preparation. ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册