How can ı start it step-by-step
Yes,question is on the title.Thanks
Maybe you can start with inferencing with the weights provided?
Not like that. Which folder ı have to run first
You will need to:
- set up the environment by running
pip install -e .in the folder, then - download the GRID dataset, and extract frames with lip actions using
scripts/extract_mouth_batch.py - then lastly run
python training/overlapped_speakers/train.py s1to get the training started for person s1 and so on
Thats what ı really need.
which one dataset ı have to download ?
This is using the GRID dataset. Please read the README.md.
This model uses GRID corpus (http://spandh.dcs.shef.ac.uk/gridcorpus/)
Do i need to make symlinks also? as stated in readme.md
@harshaljain10 syslinking doesn't work for me. I'm looking for alternative and might examine the script closer to find out why. Copy and pasting the data should work for now.
@DerekChia what's mean then lastly run python training/overlapped_speakers/train.py s1 to get the training started for person s1 and so on ?
python training/overlapped_speakers/train.py {s1......s34} ? Does it include s1 s2 s20 s22 ?
@DerekChia how we load the weights into the model and run the model on a test video