Giter Club home page Giter Club logo

Comments (3)

rocketmax avatar rocketmax commented on July 19, 2024 1

Hey @ravijo that helped a lot! The COCO model does use less memory and works well for me. Now I'm having an issue similar to Issue #4 , but I am going to keep working on it.

Thanks again!

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hi @rocketmax,

I am sorry to hear about the issue. As you said already, you are using a GTX 960M (2 GB) graphics card. It is evident from the following log message that you are running out of memory-

Check failed: error == cudaSuccess (2 vs. 0)  out of memory

This package, i.e. ros_openpose doesn't use GPU directly. However, it depends on OpenPose which uses GPU heavily.

Since the error is coming from OpenPose software, I suggest you run the openpose software on example data as shown below-

./build/examples/openpose/openpose.bin --video examples/media/video.avi

Now, please try to reduce the --net_resolution and give it a try with --model_pose COCO. Also, please make sure that cuDNN is installed correctly. You need to compile OpenPose with it.

I also suggest you read and try this documentation.

Let me know if this helps!

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hi @rocketmax,

Great! Glad that it worked. Feel free to post your error if you can't fix it.

from ros_openpose.

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.