openpose icon indicating copy to clipboard operation
openpose copied to clipboard

windows10 vs2017 running problem

Open MrLu5280 opened this issue 4 years ago • 7 comments

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

MrLu5280 avatar Apr 08 '21 11:04 MrLu5280

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

424778940z avatar Apr 21 '21 15:04 424778940z

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…

MrLu5280 avatar Apr 21 '21 15:04 MrLu5280

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.

roger5566183 avatar Apr 28 '21 12:04 roger5566183

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

MrLu5280 avatar Apr 28 '21 13:04 MrLu5280

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.

roger5566183 avatar Apr 29 '21 05:04 roger5566183

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.

stale[bot] avatar Jan 09 '22 07:01 stale[bot]

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?

ali127124 avatar Jul 09 '23 20:07 ali127124