-
Please download audio data. LINK
-
Please download the source code and run
./install.sh. -
Run
python3 main_gentle_aligner_75sub.pyto run alignment.
git clone git@github.com:yongwanlim/gentle.git
cd gentle
./install.sh
python3 main_gentle_aligner_75sub.pyPlease note that you have to change the data_dir and out_dir in main_gentle_aligner_75sub.py to your path to data.
The main_gentle_aligner_75sub.py will run the alignment for "bvt" task. If you want to run for all other tasks, please comment this line in main_gentle_aligner_75sub.py and run python3 main_gentle_aligner_75sub.py.
For other tasks to run, you need to have the corresponding transcript file located in in_trans_dir. I placed some example transcript files under that directory.