mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
49ff2685dd
commit
ecde06c844
Binary file not shown.
Binary file not shown.
@ -79,6 +79,7 @@ def prepare_vox(
|
|||||||
part_path = Path(os.path.join(corpus_dir, part))
|
part_path = Path(os.path.join(corpus_dir, part))
|
||||||
part_file_names = list(map(lambda x: x.strip('.wav'),os.listdir(part_path)))
|
part_file_names = list(map(lambda x: x.strip('.wav'),os.listdir(part_path)))
|
||||||
txt_path = os.path.join(corpus_dir, "texts")
|
txt_path = os.path.join(corpus_dir, "texts")
|
||||||
|
print(txt_path)
|
||||||
futures = []
|
futures = []
|
||||||
|
|
||||||
for trans_path in tqdm(
|
for trans_path in tqdm(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user