JoungheeKim / K-wav2vec

Apache License 2.0
82 stars 15 forks source link

How to do ASR with this repo #2

Open wugh opened 2 years ago

wugh commented 2 years ago

Hi, I download the fairseq checkpoint from readme.

The inference/beam_search.py is for asr I think, so I trying to running the bash script/inference/evaluate_multimodel.sh, but missing some file MANIFEST_PATH (some dictionary in it?)

Would like to share the MANIFEST file?

Thank you.

JoungheeKim commented 2 years ago

Hi, thank you for your interest.

"MANIFEST_PATH" is a folder that has audio paths and transcriptions of audios. As described in Readme, you have to download a dataset and make a manifest file.

Please understand that I cannot share "MANIFEST file" as copyrights related to the dataset do not belong to me.

Please contact us if you have any problems even after following the guidelines. Thanks.

wugh commented 2 years ago

I see. the audio files and transcriptions can not share because of copyrights. How about the dictionary files? When dictionary files (e.g. dict.ltr.txt, alphabet.txt ) are available, we can run the inference code alone.