Giter VIP home page Giter VIP logo

Comments (9)

gineshidalgo99 avatar gineshidalgo99 commented on May 2, 2024 1

Sorry to hear that, we are working on fixing that error. We think it is due to OpenCV compiled with Qt or different visualization support.

Meanwhile, you can make it work by:

  1. Completely uninstalling your current OpenCV version.
  2. Installing the default OpenCV from the Ubuntu repository: apt-get install libopencv-dev, or alternatively compiling OpenCV without Qt support.
    Let us know if any of these solutions do not work either. Note that you must manually remove any existing OpenCV version and run make clean in both 3rdparty/caffe and the OpenPose main folder

A couple quick questions:

  1. Does the same happen when processing video?
    ./build/examples/openpose/rtpose.bin --video examples/media/video.avi --logging_level 1 --net_resolution 496x368 --resolution 640x480
  2. Does it work if no output is displayed?
    ./build/examples/openpose/rtpose.bin --video examples/media/video.avi --logging_level 1 --net_resolution 496x368 --resolution 640x480 --write_images results_folder/ --no_display

We will notify this thread once we solve this issue with OpenCV. Thanks!

UPDATED: This issue should be fixed now. See my next response on this issue thread to see solution.

from openpose.

bigmoumou avatar bigmoumou commented on May 2, 2024

I have the same problem too

Is there any solution ?

help

from openpose.

Shawnroom avatar Shawnroom commented on May 2, 2024

I have the same issue, and wonder if there is any solution.

from openpose.

RainBoltz avatar RainBoltz commented on May 2, 2024

thanks!!! i solved it by switching the opencv version to 2.4.13
(btw, simply execute sudo apt-get install libopencv-dev doesnt work for me,
so i recompiled and install the total opencv then it worked)

and for the questions above, the same issue DO occurs when processing video...

i have to say this really works amazingly!! great work:)

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 2, 2024

This issue has finally being solved (at least for some people after our last commit).

You can git pull or re-download the latest version of the library and re-compile it.

To re-compile it in case you just do git pull:
make clean && cd 3rdparty/caffe && make clean && make distribute -j8 && cd ../.. && make all -j8

In case you re-download it, just delete the old version and follow the installation steps again.

Please, reopen this post and post again if it keeps happening (this message is for everybody).

from openpose.

taxuezcy avatar taxuezcy commented on May 2, 2024

how can i build without display instead of giving arg when running @gineshidalgo99

from openpose.

saumyasaxenaa avatar saumyasaxenaa commented on May 2, 2024

Hi
I am facing the same issue on Ubuntu 18.04 with Opencv 4.1.1. The screen opens up but blacks out with no output. I am facing this for images and videos.
Any help would be appreciated

from openpose.

MichaelGMoore avatar MichaelGMoore commented on May 2, 2024

This is happening to me on Ubuntu 16.04 using sudo apt-get install libopencv-dev. Any help appreciated.

from openpose.

shash29-dev avatar shash29-dev commented on May 2, 2024

same problem. On Linux.
window dont respond and crashes with following output:
F0803 21:38:10.637179 20637 cudnn.hpp:128] Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM
*** Check failure stack trace: ***
@ 0x7f9bd7b455cd google::LogMessage::Fail()
@ 0x7f9bd7b47433 google::LogMessage::SendToLog()
@ 0x7f9bd7b4515b google::LogMessage::Flush()
@ 0x7f9bd7b47e1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7f9bd7115ec0 caffe::CuDNNConvolutionLayer<>::Reshape()
@ 0x7f9bd71eab62 caffe::Net<>::Init()
@ 0x7f9bd71edb60 caffe::Net<>::Net()
@ 0x7f9bd9102468 op::NetCaffe::initializationOnThread()
@ 0x7f9bd91974cc op::addCaffeNetOnThread()
@ 0x7f9bd919879f op::PoseExtractorCaffe::netInitializationOnThread()
@ 0x7f9bd919db00 op::PoseExtractorNet::initializationOnThread()
@ 0x7f9bd9194111 op::PoseExtractor::initializationOnThread()
@ 0x7f9bd918e9b1 op::WPoseExtractor<>::initializationOnThread()
@ 0x7f9bd9119aa1 op::Worker<>::initializationOnThreadNoException()
@ 0x7f9bd9119be0 op::SubThread<>::initializationOnThread()
@ 0x7f9bd911caf8 op::Thread<>::initializationOnThread()
@ 0x7f9bd911ccfd op::Thread<>::threadFunction()
@ 0x7f9bd8a44b8e (unknown)
@ 0x7f9bd817c6ba start_thread
@ 0x7f9bd849951d clone
@ (nil) (unknown)
Aborted (core dumped)

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.