CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
30.92k stars 7.84k forks source link

windows10 vs2017 running problem #1914

Open MrLu5280 opened 3 years ago

MrLu5280 commented 3 years ago

My VS2017 can be compiled successfully, but at the end there will be an unhandled exception like this:An unhandled exception at 0x00007FFD0134286E (ucrtbase.dll) (in OpenPoseDemo.exe): A serious program exit was requested. image

424778940z commented 3 years ago

have you copied all DLL from bin to the exe folder?

MrLu5280 commented 3 years ago

have you copied all DLL from bin to the exe folder?

have you copied all DLL from bin to the exe folder?

There is no need to download any DLL. I have solved this problem. It is a resolution issue, it is beyond the tolerance range of the graphics card (my graphics card is GTX1650). You need to find in OpenPoseDemo and add the sentence "FLAGS_net_resolution = "320x176"" to openpose.cpp to reduce the resolution to run.

![Uploading 屏幕截图 2021-04-21 234800.png…]()

roger5566183 commented 3 years ago

Hi, I had the same question for "0x00007FFDA5C1286E (ucrtbase.dll)(in OpenPoseDemo.exe): A serious program exit was requested." Please tell me which line did you added "FLAGS_net_resolution = "320x176" in the openpose.cpp. This error is so confused a long time for me.

MrLu5280 commented 3 years ago

Hi, I had the same question for "0x00007FFDA5C1286E (ucrtbase.dll)(in OpenPoseDemo.exe): A serious program exit was requested." Please tell me which line did you added "FLAGS_net_resolution = "320x176" in the openpose.cpp. This error is so confused a long time for me.

added "FLAGS_net_resolution = "320x176" in the openpose.cpp`s 屏幕截图 2021-04-28 210404 main

roger5566183 commented 3 years ago

Hi, I had the same question for "0x00007FFDA5C1286E (ucrtbase.dll)(in OpenPoseDemo.exe): A serious program exit was requested." Please tell me which line did you added "FLAGS_net_resolution = "320x176" in the openpose.cpp. This error is so confused a long time for me.

added "FLAGS_net_resolution = "320x176" in the openpose.cpp`s 屏幕截图 2021-04-28 210404 main

Thank's a lot! This is really help me to solved the problem.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ali127124 commented 1 year ago

hi tanks for your solution,it work on openpose.demo but i have this problem in body-from-image-difult.cpp and dosent any flag-resolution-net there,what do i have to do there?