You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your repository, which is very useful to my project.
However, I met some problem in trying to use a continuous model (following the README in continuous branch). When I am aligning the data with MFA using pre-trained models: mfa align ./raw_data/IEMOCAP/sessions lexicon/iemocap-lexicon.txt montreal-forced-aligner/iemocap-aligner.zip preprocessed_data/IEMOCAP/TextGrid --speaker_characters prosodylab -j 8 --clean
The program raised error:
FileArgumentNotFoundError:
Could not find "montreal-forced-aligner/iemocap-aligner.zip"
It seems that iemocap-aligner.zip is not found in the path. However, this zip file is required by MFA as ACOUSTIC_MODEL_PATH.
The version of MFA is 2.0.6, which is installed by conda create -n aligner -c conda-forge montreal-forced-aligner=2.0.6 praatio=5.1.1 sqlalchemy=1.4.3 as instructed by MFA document and issue.
Do you have any idea on how to fetch the iemocap-aligner.zip file? I cannot find it anywhere.
Thank you so much, and I'll patiently await your kind response.
The text was updated successfully, but these errors were encountered:
Hi author @keonlee9420 ,
Thanks for your repository, which is very useful to my project.
However, I met some problem in trying to use a continuous model (following the README in continuous branch). When I am aligning the data with MFA using pre-trained models:
mfa align ./raw_data/IEMOCAP/sessions lexicon/iemocap-lexicon.txt montreal-forced-aligner/iemocap-aligner.zip preprocessed_data/IEMOCAP/TextGrid --speaker_characters prosodylab -j 8 --clean
The program raised error:
It seems that
iemocap-aligner.zip
is not found in the path. However, this zip file is required by MFA as ACOUSTIC_MODEL_PATH.The version of MFA is 2.0.6, which is installed by
conda create -n aligner -c conda-forge montreal-forced-aligner=2.0.6 praatio=5.1.1 sqlalchemy=1.4.3
as instructed by MFA document and issue.Do you have any idea on how to fetch the
iemocap-aligner.zip
file? I cannot find it anywhere.Thank you so much, and I'll patiently await your kind response.
The text was updated successfully, but these errors were encountered: