joaen / maya-auto-lip-sync

A tool to automatically generate lip sync animations in Autodesk: Maya using Montreal Forced Aligner.
MIT License
27 stars 6 forks source link

error #4

Closed harman110 closed 8 months ago

harman110 commented 1 year ago

make sure your input data and poses are correctly set up...... i have tried 2 different audios on 2 different rigs still the same error please help me out

JonesyPMD commented 10 months ago

Hey, did you find a solution for this?

joaen commented 9 months ago

Could you please post the whole error message here? There should be more info above the error message you posted, in the Maya script editor log.

enigma-dy commented 9 months ago

pls can you do a tutorial on how to install. finding it difficult to install

joaen commented 8 months ago

I need an error log to be able to to help. Without any information it's hard to tell what exactly went wrong when running the tool.

joaen commented 8 months ago

pls can you do a tutorial on how to install. finding it difficult to install

  1. Download and add the auto_lip_sync.py to your Maya scripts folder.
  2. Add the DEPENDENCIES_INSTALLER.bat to your Maya scripts folder and run the bat-file from there.
  3. In Maya you should be able to run these lines in script editor to start the script:
import auto_lip_sync
auto_lip_sync.start()