foldername update

This commit is contained in:
Vijay Yadev
2020-12-15 16:29:06 -05:00
parent f6c5add7f0
commit 00523f9912
22 changed files with 37 additions and 37 deletions

View File

@@ -18,9 +18,9 @@ from dbm_lib.dbm_features.raw_features.util import nlp_util as n_util
logging.basicConfig(level=logging.INFO)
logger=logging.getLogger()
speech_dir = 'nlp/speech_feature'
speech_dir = 'speech/speech_feature'
speech_ext = '_nlp.csv'
transcribe_ext = 'nlp/transcribe/*_transcribe.csv'
transcribe_ext = 'speech/deepspeech/*_transcribe.csv'
def run_speech_feature(video_uri, out_dir, r_config, tran_tog):
"""

View File

@@ -17,7 +17,7 @@ from dbm_lib.dbm_features.raw_features.util import nlp_util as n_util
logging.basicConfig(level=logging.INFO)
logger=logging.getLogger()
formant_dir = 'nlp/transcribe'
formant_dir = 'speech/deepspeech'
csv_ext = '_transcribe.csv'
error_txt = 'error: length less than 0.1'