Code Monkey home page Code Monkey logo

Comments (7)

kunncheng avatar kunncheng commented on August 15, 2024

Hi, I have not met this error.
Could you try another video like 2.mp4 or 3.mp4 and see what happens?

from video-retalking.

yyz845935161 avatar yyz845935161 commented on August 15, 2024

thanks
I had solved this issue : pip install numpy==1.2.1 .numpy ==1.24.0 that maybe meet this error

from video-retalking.

GregoryZeng avatar GregoryZeng commented on August 15, 2024

same error after reinstalling the dependency... really weird

from video-retalking.

norris9410 avatar norris9410 commented on August 15, 2024

Same error. Mine was 1.24.3, downgrade numpy to version 1.21.1 works for me.

from video-retalking.

yyz845935161 avatar yyz845935161 commented on August 15, 2024

another solve way is
in file third_part/face3d/util/preprocess.py
trans_params = np.array([w0, h0, s, t[0], t[1]]) -》 trans_params = np.array([w0, h0, s, t[0].min(), t[1].min()])

from video-retalking.

manel-moles avatar manel-moles commented on August 15, 2024

Same error. Mine was 1.24.3, downgrade numpy to version 1.21.1 works for me.

Thanks! It worked for me too.

from video-retalking.

realcarlos avatar realcarlos commented on August 15, 2024

pip install numpy==1.23.1 works for me

from video-retalking.

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.