Giter Club home page Giter Club logo

Comments (6)

gineshidalgo99 avatar gineshidalgo99 commented on May 6, 2024

Check #30

In addition, if you have 3 GPUs, use them all: --num_gpu 3. I assume with those 3 GPUs it should run around 9-15 fps? Please, let me know the FPS it tells you so I can check it is right.

Sometimes there is only one person in the picture, but it outout 2 body data?? There might appear false positives, no method (so far) is 100% accurate.

from openpose.

a2940519 avatar a2940519 commented on May 6, 2024

@gineshidalgo99 Thanks
But now I have the same problem
status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM
status == CUDNN_STATUS_SUCCESS (2 vs. 0) CUDNN_STATUS_BAD_PARAM
...

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 6, 2024

You are using a PASCAL architecture graphics card (GTX 1080), together with a Kepler (I think) architecture (GTX 750). Since they are different architecture models, the problem might be that CUDA and/or cuDNN is only working for one kind of model, not for both.

Please, check that you can run CUDA/cuDNN programs with 2 GPUs of different category at the same time, since I am not sure. I know it works with model of the same series (e.g. 1080 and 1050, or 980 and 970). Not sure about different series (the series is indicated by all digits but the last 2: 10XX, 9XX, 8XX, etc.).

Can you run the program with each GPU independently?
./build/examples/openpose/rtpose.bin --image_dir ./data/ --write_pose_json ./output/ --num_gpu 1 --num_gpu_start 0
./build/examples/openpose/rtpose.bin --image_dir ./data/ --write_pose_json ./output/ --num_gpu 1 --num_gpu_start 1
./build/examples/openpose/rtpose.bin --image_dir ./data/ --write_pose_json ./output/ --num_gpu 1 --num_gpu_start 2

from openpose.

a2940519 avatar a2940519 commented on May 6, 2024

@gineshidalgo99 Thanks.
Yes, I can run the program with each GPU independently.

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 6, 2024

Then I assume is a Nvidia mismatch driver issue, not sure if there is solution for that, sorry! Post if you find any solution for it. Meanwhile I will close it since we cannot further help you.

About the best choice for you: GTX 1080 should run around 6-10 FPS while each 750 around 1-3 FPS. Use the GTX standalone, it should be faster than both 750. Post if your speed is smaller than these numbers, it should not.

About speed-up, check when we release the version 1.0.0rc3 / 1.0.0 (not sure the name yet), it will have a ~30% speed up.

from openpose.

a2940519 avatar a2940519 commented on May 6, 2024

Thanks

from 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.