Giter Site home page Giter Site logo

Comments (5)

gineshidalgo99 avatar gineshidalgo99 commented on May 3, 2024

Hi, I just though of a possible cause! Could you try this and let us know whether it works?

  1. Delete examples/openpose/rtpose.cpp.
  2. Instead, replace it with this slightly modified version from my Dropbox: https://www.dropbox.com/s/kgdtw6d0edn7e8v/rtpose.cpp?dl=0.
  3. On the main folder: make clean && make all -j8 (assuming a 8-core machine, no need to do it in 3rdparty/caffe).
  4. Try again the same example and command line instruction that you used.

Please, post us whether that solution works and the program output now!

Otherwise, this is the same issue as #4 (even if the warning it outputs you is slightly different). You can apply the same solution I posted there. We are trying to find the error meanwhile and your feed-back on the previous possible solution might help us a lot! So please, let us know whether the 1st (and 2nd) solution work!

from openpose.

zhaishengfu avatar zhaishengfu commented on May 3, 2024

Thank you. I used your new rtpose.cpp and now I Can use it correctly. more precisely, the following 3 can run well:
1 ./build/examples/openpose/rtpose.bin --video examples/media/video.avi
2 ./build/examples/openpose/rtpose.bin
3.1_extract_from_image
**But when i compile using debug mode, there are still errors with:
terminate called after throwing an instance of 'std::runtime_error'
what():
Error:
Cuda check failed (7 vs. 0): too many resources requested for launch

Coming from:

  • src/openpose/pose/poseRenderGpu.cu:renderPoseGpu():439
  • src/openpose/pose/poseRenderGpu.cu:renderPoseGpu():444
  • src/openpose/pose/poseRenderer.cpp:renderPose():285**

So Why This happen? and Why the release can work? Could you tell me what is my problem?? what is the core difference with these 2 files?

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 3, 2024

Thank you for your feed-back! I've just added the new fixed rtpose to the repository as default rtpose.

About debug mode, I guess debug mode loads more data to help debug. Before replying you, could you let me know your hardware characteristics? In particular:
Operating system (lsb_release -a on Ubuntu):
CUDA version (cat /usr/local/cuda/version.txt in most cases):
cuDNN version:
GPU model (nvidia-smi):
Compiler (gcc --version on Ubuntu):

Thanks!

from openpose.

zhaishengfu avatar zhaishengfu commented on May 3, 2024

Ok, My hardare is :
operating system:
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty

CUDA version
CUDA Version 8.0.27

cudnn version
cudnn8.0

GPU
GTX-1070

and my cpu is 4 core

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 3, 2024

@zhaishengfu, since your last question is a different topic than the previous one, I am moving it to a new thread so new people can find it easily: #19
Let me know in the new issue thread your cuDNN version (you said cudnn8.0, but the newest version is 6).
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.