OpenTalker / video-retalking

[SIGGRAPH Asia 2022] VideoReTalking: Audio-based Lip Synchronization for Talking Head Video Editing In the Wild
https://opentalker.github.io/video-retalking/
Apache License 2.0
6.35k stars 937 forks source link

Too long time for: Created wheel .... Stored in directory #111

Open officialwwfem opened 11 months ago

officialwwfem commented 11 months ago

Building wheel for basicsr (setup.py) ... done Created wheel for basicsr: filename=basicsr-1.4.2-py3-none-any.whl size=214816 sha256=11bd415c9aeb10bdbc2bc24d5ee31aa0a86a69d2ddad9f70f2d7e7e5c78ae163 Stored in directory: /root/.cache/pip/wheels/38/83/99/2d8437cc652a01af27df5ff037a4075e95b52d67705c5f30ca Building wheel for face-alignment (setup.py) ... done Created wheel for face-alignment: filename=face_alignment-1.3.4-py2.py3-none-any.whl size=27848 sha256=7380dc6603de5e4508d2d15170fc7b5864aba2853bf4257f8d8a5236d537d12b Stored in directory: /root/.cache/pip/wheels/b8/b9/b2/4bfec7af876f818fd0c67bf2ad7b4ad8c064ce0a0f87d7eabb

denzabob commented 11 months ago

It appears that you have successfully built wheels for the basicsr and face-alignment libraries. These wheels are binary distributions that can be easily installed using pip without the need for compilation.

You can install these libraries using pip as follows:

pip install basicsr-1.4.2-py3-none-any.whl
pip install face_alignment-1.3.4-py2.py3-none-any.whl

Make sure to run these commands in your Python environment where you intend to use these libraries. Once installed, you should be able to import and use them in your Python scripts without any issues.

If you encounter any further errors or issues during installation or usage, please provide more details, and I'll be happy to assist you further.

blak-tran commented 11 months ago

It appears that you have successfully built wheels for the basicsr and face-alignment libraries. These wheels are binary distributions that can be easily installed using pip without the need for compilation.

You can install these libraries using pip as follows:

pip install basicsr-1.4.2-py3-none-any.whl
pip install face_alignment-1.3.4-py2.py3-none-any.whl

Make sure to run these commands in your Python environment where you intend to use these libraries. Once installed, you should be able to import and use them in your Python scripts without any issues.

If you encounter any further errors or issues during installation or usage, please provide more details, and I'll be happy to assist you further.

what about dlib?