You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting OpenPose demo...
Configuring OpenPose...
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToProducer():210
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToProducerType():170
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToPoseMode():11
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToPoseModel():33
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToScaleMode():82
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToHeatMapScaleMode():116
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToDetector():147
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/utilities/flagsToOpenPose.cpp:flagsToDetector():147
Starting thread(s)...
Running configureThreadManager...
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/producer/producer.cpp:createProducer():417
[ERROR:0] VIDEOIO(cvCreateFileCapture_Images(filename.c_str())): raised OpenCV exception:
OpenCV(3.4.16) /vol/bitbucket/zy3023/code/motion/humor/external/opencv-3.4.16/modules/videoio/src/cap_images.cpp:246: error: (-5:Bad argument) CAP_IMAGES: can't find starting number (in the name of file): examples/media/video.avi in function 'icvExtractPattern'
Error:
VideoCapture (IP camera/video) could not be opened for path: 'examples/media/video.avi'. If it is a video path, is the path correct?
Coming from:
- /vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/producer/videoCaptureReader.cpp:VideoCaptureReader():54
- /vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/producer/videoCaptureReader.cpp:VideoCaptureReader():58
- /vol/bitbucket/zy3023/code/motion/humor/external/openpose/src/openpose/producer/producer.cpp:createProducer():475
- /vol/bitbucket/zy3023/code/motion/humor/external/openpose/include/openpose/wrapper/wrapperAuxiliary.hpp:configureThreadManager():1221
- /vol/bitbucket/zy3023/code/motion/humor/external/openpose/include/openpose/wrapper/wrapper.hpp:exec():424
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/include/openpose/thread/threadManager.hpp:stop():230
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/include/openpose/thread/threadManager.hpp:stop():233
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/include/openpose/thread/threadManager.hpp:stop():237
/vol/bitbucket/zy3023/code/motion/humor/external/openpose/include/openpose/thread/threadManager.hpp:stop():239
Any other custom CMake configuration with respect to the default version? (by default: no):
3rd-party software:
Caffe version: Default from OpenPose
CMake version (cmake --version in Ubuntu): 3.30.3
OpenCV version: compiled from source, 3.4.16
If GPU mode issue:
CUDA version (cat /usr/local/cuda/version.txt in most cases): 11.7
cuDNN version: 8.4
GPU model (nvidia-smi in Ubuntu): A100
If Python API:
Python version: 2.7, 3.7, ...?
Numpy version (python -c "import numpy; print numpy.version.version" in Ubuntu):
The text was updated successfully, but these errors were encountered:
linjiangya
changed the title
Fail to compile openpose on Linux
boost/shared_ptr.hpp: No such file or directory
Oct 30, 2024
linjiangya
changed the title
boost/shared_ptr.hpp: No such file or directory
Fail to run demo (VideoCapture (IP camera/video) could not be opened for path)
Oct 31, 2024
Issue Summary
I finished compilation of openpose, however I got below when running demo.
Executed Command (if any)
./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_images output_images/ --display 0 --logging_level 0 --disable_multi_thread
and
./build/examples/openpose/openpose.bin --image_dir examples/media/ --display 0 --write_images output_images/ --logging_level 0 --disable_multi_thread
OpenPose Output (if any)
None
Errors (if any)
For
--video examples/media/video.avi
I got:For
--image_dir examples/media/
, I got:Type of Issue
Select the topic(s) on your post, delete the rest:
Your System Configuration
Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK
OpenPose version: Latest GitHub code
General configuration:
lsb_release -a
in Ubuntu): Ubuntu 22.04.5 LTSgcc --version
in Ubuntu or VS version in Windows): gcc (conda-forge gcc 14.2.0-1) 14.2.0Non-default settings:
3rd-party software:
cmake --version
in Ubuntu): 3.30.3If GPU mode issue:
cat /usr/local/cuda/version.txt
in most cases): 11.7nvidia-smi
in Ubuntu): A100If Python API:
python -c "import numpy; print numpy.version.version"
in Ubuntu):The text was updated successfully, but these errors were encountered: