dragonmeteor

Results 27 comments of dragonmeteor

Does this help? https://github.com/pytorch/pytorch/issues/30664

Here's how I created my environment: ``` $ conda create -n tha python=3.7 $ conda activate tha $ conda install -c conda-forge dlib $ pip install opencv-python $ conda install...

You might have another package called "poser" in your Python installation. Adding the project's directory to the PYTHONPATH environment variable variable before running "python app/manual_poser.py" might help. https://stackoverflow.com/questions/54100236/absolute-import-results-in-modulenotfounderror

@reimurin Your problem is a different one. @Cathgao's problem stems from some misconfiguration of the Python library. Yours seems to be related to the machine's configuration. Please try following my...

Have you downloaded the models? https://github.com/pkhungurn/talking-head-anime-3-demo#download-the-models

Sorry for not responding for a long, long time. The images have to conform to several requirements written here: https://github.com/pkhungurn/talking-head-anime-3-demo#contraints-on-input-images. Do your images satisfy these requirements?

Thank you for your comment. I'll leave the thread here for others who might want to run this on a Mac.