Giter Site home page Giter Site logo

Comments (2)

ufologist avatar ufologist commented on July 20, 2024 1

我在使用 Colab 跑时, 也遇到了相同的问题, 是因为 scipy 安装不上导致的

于是参考 SciPy - Installation 通过系统包管理器先单独安装 scipy

sudo apt-get install python3-scipy

再将 scipyrequirements.txt 中移除, 重新安装依赖即可解决这个问题

pip install -r requirements.txt

另外在执行推理时(python inference.py 这一步), 遇到了 AttributeError: _2D 这个问题, 按照 @littlestone0806 的方法, 需要将 requirements.txt 中的 face_alignment 降级到 1.3.4 版本, 再重新安装依赖, 就可以正常执行推理了

from sadtalker-video-lip-sync.

Inferencer avatar Inferencer commented on July 20, 2024

You have a c++ compiler on your computer and your enviroment can recognise it?
in Windows the command is
where cl
and the Linux command would be
which g++

from sadtalker-video-lip-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.